CAS-003 · Question #601
An organization is concerned that its hosted web servers are not running the most updated version of software. Which of the following would work BEST to help identify potential vulnerabilities?
The correct answer is C. nmap comptia.org -p 80 -sV. The nmap command with the -sV flag performs service version detection, identifying the exact software name and version running on the target port (port 80 here). This reveals whether the web server is running an outdated version with known published vulnerabilities. The hping3…
Question
An organization is concerned that its hosted web servers are not running the most updated version of software. Which of the following would work BEST to help identify potential vulnerabilities?
Options
- Ahping3 -S comptia.org -p 80
- Bnc -1 -v comptia.org -p 80
- Cnmap comptia.org -p 80 -sV
- Dnslookup -port=80 comptia.org
How the community answered
(65 responses)- A6% (4)
- B12% (8)
- C78% (51)
- D3% (2)
Explanation
The nmap command with the -sV flag performs service version detection, identifying the exact software name and version running on the target port (port 80 here). This reveals whether the web server is running an outdated version with known published vulnerabilities. The hping3 command (A) sends raw SYN packets to test connectivity or probe firewalls - it does not identify software versions. Netcat (B) makes raw TCP connections but performs no version fingerprinting. nslookup (D) is a DNS query tool and cannot probe application services. Only nmap -sV provides the version identification needed to assess whether software is current and potentially vulnerable.
Topics
Community Discussion
No community discussion yet for this question.