ECCouncil Certified Ethical Hacker Exam (CEHv13) 312-50v13 Question # 159 Topic 16 Discussion

ECCouncil Certified Ethical Hacker Exam (CEHv13) 312-50v13 Question # 159 Topic 16 Discussion

312-50v13 Exam Topic 16 Question 159 Discussion:
Question #: 159
Topic #: 16

You start performing a penetration test against a specific website and have decided to start by grabbing all the links from the main page.

What is the best Linux pipe to achieve your milestone?


A.

dirb https://site.com | grep "site"


B.

curl -s https://site.com | grep '<a href='http' | grep "site.com" | cut -d "v" -f 2


C.

wget https://site.com | grep "<a href=*http" | grep "site.com"


D.

wget https://site.com | cut -d "http"


Get Premium 312-50v13 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.