QuestionQ204
Reconnaissance and EnumerationA penetration tester has completed OSINT and needs to identify common 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' host X.mydomain.com
Community Discussion