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"…
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)- A80% (16)
- B10% (2)
- D5% (1)
- E5% (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
Community Discussion
No community discussion yet for this question.