CompTIA CySA+ (CS0-002) — Question 46

When attempting to do a stealth scan against a system that does not respond to ping, which of the following Nmap commands BEST accomplishes that goal?

Answer options

Correct answer: C

Explanation

The correct answer is C because the '-sS' option initiates a stealth SYN scan, which is effective for scanning without establishing a full TCP connection, and '-Pn' allows the scan to proceed without ICMP ping. Options A and B utilize different scan types that are less stealthy or require a ping response, while D employs an invalid scan type for this context.