nerdexam
GAQM

CPEH-001 · Question #613

Which of the following Nmap commands would be used to perform a stack fingerprinting?

The correct answer is A. Nmap -O -p80 <host(s.>. This option activates remote host identification via TCP/IP fingerprinting. In other words,it uses a bunch of techniques to detect subtlety in the underlying operating system network stack of the computers you are scanning. It uses this information to create a "fingerprint"…

Scanning Networks

Question

Which of the following Nmap commands would be used to perform a stack fingerprinting?

Options

  • ANmap -O -p80 <host(s.>
  • BNmap -hU -Q<host(s.>
  • CNmap -sT -p <host(s.>
  • DNmap -u -o -w2 <host>
  • ENmap -sS -0p target

How the community answered

(20 responses)
  • A
    80% (16)
  • B
    10% (2)
  • D
    5% (1)
  • E
    5% (1)

Explanation

This option activates remote host identification via TCP/IP fingerprinting. In other words,it uses a bunch of techniques to detect subtlety in the underlying operating system network stack of the computers you are scanning. It uses this information to create a "fingerprint" which it compares with its database of known OS fingerprints (the nmap-os-fingerprints file. to decide what type of system you are scanning.

Topics

#Nmap#OS fingerprinting#stack fingerprinting#-O flag

Community Discussion

No community discussion yet for this question.

Full CPEH-001 Practice