PT0-003 · Question #211
A penetration tester identifies the following open ports during a network enumeration scan: Which of the following commands did the tester use to get this output?
The correct answer is B. nmap -sV 10.10.10.10. The -sV option enables version detection, which identifies open ports and associated services (like mongod, ms-rpc, rpcbind). The output shown lists ports and their services without OS detection or script outputs, matching what -sV provides.
Question
A penetration tester identifies the following open ports during a network enumeration scan:
Which of the following commands did the tester use to get this output?
Exhibit
Options
- Anmap -Pn -A 10.10.10.10
- Bnmap -sV 10.10.10.10
- Cnmap -Pn -w 10.10.10.10
- Dnmap -sV -Pn -p- 10.10.10.10
How the community answered
(38 responses)- A3% (1)
- B87% (33)
- C3% (1)
- D8% (3)
Explanation
The -sV option enables version detection, which identifies open ports and associated services (like mongod, ms-rpc, rpcbind). The output shown lists ports and their services without OS detection or script outputs, matching what -sV provides.
Topics
Community Discussion
No community discussion yet for this question.
