312-50V11 · Question #335
Which of the following open source tools would be the best choice to scan a network for potential targets?
The correct answer is A. NMAP. NMAP is the industry-standard open source tool for network discovery and host enumeration, making it the most appropriate choice for identifying potential targets on a network. The other tools serve entirely different security functions.
Question
Which of the following open source tools would be the best choice to scan a network for potential targets?
Options
- ANMAP
- BNIKTO
- CCAIN
- DJohn the Ripper
How the community answered
(48 responses)- A88% (42)
- B6% (3)
- C2% (1)
- D4% (2)
Why each option
NMAP is the industry-standard open source tool for network discovery and host enumeration, making it the most appropriate choice for identifying potential targets on a network. The other tools serve entirely different security functions.
NMAP is purpose-built for network reconnaissance, supporting host discovery, port scanning, service enumeration, OS detection, and scripted vulnerability checks across entire subnets. Its flexibility and depth make it the canonical tool for mapping a network and identifying live hosts, open services, and potential attack surfaces.
NIKTO is a web application vulnerability scanner that tests HTTP servers for misconfigurations and known issues, not a general-purpose network host discovery tool.
Cain and Abel is a Windows-based password recovery and network credential sniffing tool, not designed for broad network scanning or target enumeration.
John the Ripper is a password cracking utility focused on offline hash-cracking via brute-force or dictionary attacks and performs no network scanning functions.
Concept tested: NMAP as a network reconnaissance and host discovery tool
Source: https://nmap.org/book/intro.html
Topics
Community Discussion
No community discussion yet for this question.