Which of the following Nmap commands would be used to perform a stack fingerprinting?
A.
Nmap -O -p80 <host(s.>
B.
Nmap -hU -Q<host(s.>
C.
Nmap -sT -p <host(s.>
D.
Nmap -u -o -w2 <host>
E.
Nmap -sS -0p target
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.
A