Certified Ethical Hacker (CEH) — Question 9

Which NMAP command combination would let a tester scan every TCP port from a class C network that is blocking ICMP with fingerprinting and service detection?

Answer options

Correct answer: B

Explanation

The correct answer is B because it uses the -P0 option to disable host discovery, allowing scanning even when ICMP is blocked, and specifies all TCP ports to be scanned. Options A and D are incorrect as they do not scan all TCP ports, and C is not valid for the specified class C network range.