CertNexus Certified Cyber Secure Coder (CSC) — Question 7

Which of the following does the command nmap –open 10.10.10.3 do?

Answer options

Correct answer: A

Explanation

The correct answer is A because the command nmap –open targets a specific host and only displays the ports that are open. Options B and C are incorrect as they suggest scanning a subnet, which is not the case here. Option D is also incorrect because it refers to open services rather than just open ports.