EC-Council
312-50V9 · Question #1
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 A. 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?
Options
- Anmap -T4 -F 10.10.0.0/24
- Bnmap -T4 -r 10.10.1.0/24
- Cnmap -T4 -O 10.10.0.0/24
- Dnmap -T4 -q 10.10.0.0/24
How the community answered
(24 responses)- A88% (21)
- B4% (1)
- C8% (2)
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#network scanning#host discovery#subnet enumeration
Community Discussion
No community discussion yet for this question.