nerdexam
CompTIA

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.

Submitted by luis.pe· Mar 6, 2026Reconnaissance and Enumeration

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

PT0-003 question #211 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)
  • A
    3% (1)
  • B
    87% (33)
  • C
    3% (1)
  • D
    8% (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

#Nmap#Port scanning#Service version detection#Network enumeration

Community Discussion

No community discussion yet for this question.

Full PT0-003 Practice