What is the issue here?

Jack was attempting to fingerprint all machines in the network using the following Nmap syntax:
invictus@victim_server:~$ nmap -T4 -0 10.10.0.0/24
TCP/IP fingerprinting (for OS scan) xxxxxxx xxxxxx xxxxxxxxx. QUITTING!
Obviously, it is not going through. What is the issue here?
A. OS Scan requires root privileges
B. The nmap syntax is wrong
C. The outgoing TCP/IP fingerprinting is blocked by the host firewall
D. This is a common behavior for a corrupted nmap application

EC-Council Certified Ethical Hacker v11

Free dumps for 312-50v11 in Printable PDF format.

High quality PDF and software. VALID exam to help you pass.

Download Printable PDF. VALID exam to help you PASS.

9 thoughts on “What is the issue here?

  1. The unmasked message of nmap should be
    “tcp/ip fingerprinting (for os scan) requires root privileges. quitting!”

    I suppose that the “-0” in command may be an OSR mistake.

  2. Es verdad que la sintaxis no existe, pero quizás sea un error del que hizo la pregunta. Si nos fijamos en el mensaje de error, y que pone quitting, estamos ante un problema de privilegios, pues si la syntaxis está mal nmap devuelve el siguiente error:
    nmap: unrecognized option ‘-0’.
    Adicionalmente, si te fijas, nmap pone OS Scan, por lo que efectivamente está haciendo un -O,

    1. They probably misspelled O with 0 (zero). But the actual answer to this question is A if you google search the same question anywhere else.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.