Which of the following does the command nmap –open 10.10.10.3 do?
Which of the following does the command nmap –open 10.10.10.3 do?
The nmap command with the –open option is used to scan a specific host and return only the open ports on that host. In this case, the command 'nmap –open 10.10.10.3' scans the host with the IP address 10.10.10.3 and lists only its open ports.
The answer is A, Execute a scan on a single host, returning only open ports. In this case, the command nmap –open 10.10.10.3 will scan the host with IP address 10.10.10.3 and return only the open ports.
https://nmap.org/book/man-briefoptions.html