PT0-003 · Question #135
SIMULATION A penetration tester has been provided with only the public domain name and must enumerate additional information for the public-facing assets. INSTRUCTIONS Select the appropriate answer(s)
theHarvester is the correct tool because it is specifically designed for passive OSINT reconnaissance, gathering emails, subdomains, hosts, and IP addresses from public sources like Google, Bing, and Shodan using a simple syntax of '-d' for domain and '-b' for the data source bac
Question
Exhibits
Explanation
theHarvester is the correct tool because it is specifically designed for passive OSINT reconnaissance, gathering emails, subdomains, hosts, and IP addresses from public sources like Google, Bing, and Shodan using a simple syntax of '-d' for domain and '-b' for the data source backend. The command 'theHarvester -d someclouddomain.org -b google' is correct because '-d' specifies the target domain and '-b google' instructs the tool to query Google as the search engine source, which matches the terminal output showing email addresses and subdomains discovered via Google searches. Other tools like nmap, dig, or whois would not produce this combined email/subdomain harvesting output from search engine queries, and incorrect flag combinations (e.g., missing '-b' or using '-s' instead of '-d') would result in syntax errors or different behavior.
Topics
Community Discussion
No community discussion yet for this question.





