EC-CouncilEC-Council
312-50V13 · Question #270
312-50V13 Question #270: Real Exam Question with Answer & Explanation
The correct answer is A: -sv. To determine the type and version of services running on open ports using Nmap, the -sv command-line parameter is used.
Submitted by lars.no· Mar 6, 2026Scanning Networks
Question
Consider the following Nmap output: What command-line parameter could you use to determine the type and version number of the web server?
Options
- A-sv
- B-Pn
- C-V
- D-ss
Explanation
To determine the type and version of services running on open ports using Nmap, the -sv command-line parameter is used.
Common mistakes.
- B. The
-Pn(No ping) parameter skips the host discovery phase, treating all hosts as online, and is not used for service version detection. - C. The
-Vparameter (or--version) simply prints the Nmap version number and exits, it does not scan for service versions. - D. The
-ssparameter (or-sS) specifies a SYN scan (stealth scan), which is a port scanning technique but does not perform service version detection.
Concept tested. Nmap service version detection
Topics
#Nmap#port scanning#service version detection#reconnaissance tools
Community Discussion
No community discussion yet for this question.