Your team is conducting an internal security assessment to identify potentially vulnerable services running on network devices. Which Nmap scan option would be best suited for obtaining version information of the services discovered during the scan?
The -sV option in Nmap enables version detection, allowing the scanner to identify the version of the services running on the scanned ports. It tries various techniques to determine this information and is a key step in vulnerability scanning to identify potentially exploitable services. The -A option is also correct since it includes version detection among other advanced features, but it is not the most specific answer to the question. The -sS option performs a stealthy SYN scan but does not gather version information. The -O option is used for operating system detection, not service version detection.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Nmap and how does it work?
Open an interactive chat with Bash
What is the difference between the -sV and -A options in Nmap?
Open an interactive chat with Bash
Can you explain what a SYN scan is and why it is used?