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?
A.
NMAP -PN -A -O -sS 192.168.2.0/24
B.
NMAP -P0 -A -O -p1-65535 192.168.0/24
C.
NMAP -P0 -A -sT -p0-65535 192.168.0/16
D.
NMAP -PN -O -sS -p 1-1024 192.168.0/8
On other webs says the correct answer is C
https://quizlet.com/41343117/ceh-v81-51-100-flash-cards/
(press ctrl+F and search for “Which NMAP command combination would let a tester scan….”)
B.
NMAP -P0 -A -O -p1-65535 192.168.0/24
is correct, class C /24
@ibraheem_111