EC-Council
312-50V11 · Question #597
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?
The correct answer is B. NMAP -P0 -A -O -p1-65535 192.168.0.0/24. Class C private IP: 192.168.0.0/24 -A: Enable OS detection, version detection, script scanning, and traceroute -O: Enable OS detection -p: Only scan specified ports (-p1-65535; ALL) -PO[protocol list]: IP Protocol Ping
Scanning Networks
Question
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?
Options
- ANMAP -PN -A -O -sS 192.168.2.0/24
- BNMAP -P0 -A -O -p1-65535 192.168.0.0/24
- CNMAP -P0 -A -sT -p0-65535 192.168.0.0/16
- DNMAP -PN -O -sS -p 1-1024 192.168.0.0/8
How the community answered
(25 responses)- A4% (1)
- B80% (20)
- C4% (1)
- D12% (3)
Explanation
Class C private IP: 192.168.0.0/24 -A: Enable OS detection, version detection, script scanning, and traceroute -O: Enable OS detection -p: Only scan specified ports (-p1-65535; ALL) -PO[protocol list]: IP Protocol Ping
Topics
#Nmap#TCP port scanning#OS fingerprinting#ICMP blocking
Community Discussion
No community discussion yet for this question.