nerdexam
GAQM

CPEH-001 · 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

(54 responses)
  • A
    11% (6)
  • B
    80% (43)
  • C
    4% (2)
  • D
    6% (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 scan#ICMP bypass#OS fingerprinting

Community Discussion

No community discussion yet for this question.

Full CPEH-001 Practice