Valid PT0-003 Dumps shared by EduDump.com for Helping Passing PT0-003 Exam! EduDump.com now offer the newest PT0-003 exam dumps, the EduDump.com PT0-003 exam questions have been updated and answers have been corrected get the newest EduDump.com PT0-003 dumps with Test Engine here:
During an external penetration test, a tester receives the following output from a tool: test.comptia.org info.comptia.org vpn.comptia.org exam.comptia.org Which of the following commands did the tester most likely run to get these results?
Correct Answer: B
The tool and command provided by option B are used to perform passive DNS enumeration, which can uncover subdomains associated with a domain. Here's why option B is correct: amass enum -passive -d comptia.org: This command uses the Amass tool to perform passive DNS enumeration, effectively identifying subdomains of the target domain. The output provided (subdomains) matches what this tool and command would produce. nslookup -type=SOA comptia.org: This command retrieves the Start of Authority (SOA) record, which does not list subdomains. nmap -Pn -sV -vv -A comptia.org: This Nmap command performs service detection and aggressive scanning but does not enumerate subdomains. shodan host comptia.org: Shodan is an internet search engine for connected devices, but it does not perform DNS enumeration to list subdomains. References from Pentest: Writeup HTB: Demonstrates the use of DNS enumeration tools like Amass to uncover subdomains during external assessments. Horizontall HTB: Highlights the effectiveness of passive DNS enumeration in identifying subdomains and associated information. ======