nerdexam
EC-Council

312-50V11 · Question #138

You have successfully comprised a server having an IP address of 10.10.0.5. You would like to enumerate all machines in the same network quickly. What is the best nmap command you will use?

The correct answer is B. nmap -T4 -F 10.10.0.0/24. command = nmap -T4 -F description = This scan is faster than a normal scan because it uses the aggressive timing template and scans fewer ports. https://svn.nmap.org/nmap/zenmap/share/zenmap/config/scan_profile.usp

Scanning Networks

Question

You have successfully comprised a server having an IP address of 10.10.0.5. You would like to enumerate all machines in the same network quickly. What is the best nmap command you will use?

Exhibit

312-50V11 question #138 exhibit

Options

  • Anmap -T4 -q 10.10.0.0/24
  • Bnmap -T4 -F 10.10.0.0/24
  • Cnmap -T4 -r 10.10.1.0/24
  • Dnmap -T4 -O 10.10.0.0/24

How the community answered

(36 responses)
  • A
    11% (4)
  • B
    81% (29)
  • C
    6% (2)
  • D
    3% (1)

Explanation

command = nmap -T4 -F description = This scan is faster than a normal scan because it uses the aggressive timing template and scans fewer ports. https://svn.nmap.org/nmap/zenmap/share/zenmap/config/scan_profile.usp

Topics

#nmap#fast scan -F#subnet enumeration#network discovery

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice