List of questions
Related questions
Question 78 - PT0-003 discussion
A penetration tester completed OSINT work and needs to identify all subdomains for mydomain.com. Which of the following is the best command for the tester to use?
A.
nslookup mydomain.com /path/to/results.txt
B.
crunch 1 2 | xargs -n 1 -I 'X' nslookup X.mydomain.com
C.
dig @8.8.8.8 mydomain.com ANY /path/to/results.txt
D.
cat wordlist.txt | xargs -n 1 -I 'X' dig X.mydomain.com
Your answer:
0 comments
Sorted by
Leave a comment first