312-50V11 · Question #713
Gavin owns a white-hat firm and is performing a website security audit for one of his clients. He begins by running a scan which looks for common misconfigurations and outdated software versions…
The correct answer is B. Nikto. Nikto is a dedicated open-source web server scanner that probes for known misconfigurations, outdated software versions, dangerous files, and other common web vulnerabilities.
Question
Gavin owns a white-hat firm and is performing a website security audit for one of his clients. He begins by running a scan which looks for common misconfigurations and outdated software versions. Which of the following tools is he most likely using?
Options
- AArmitage
- BNikto
- CMetasploit
- DNmap
How the community answered
(33 responses)- A3% (1)
- B94% (31)
- D3% (1)
Why each option
Nikto is a dedicated open-source web server scanner that probes for known misconfigurations, outdated software versions, dangerous files, and other common web vulnerabilities.
Armitage is a graphical cyber attack management interface and visualization tool for the Metasploit Framework, not a misconfiguration scanner.
Nikto is specifically designed for web server reconnaissance and auditing - it checks for over 6700 potentially dangerous files and programs, outdated server versions, version-specific problems, and server misconfiguration issues such as index files and HTTP options. This matches exactly what the scenario describes: scanning for common misconfigurations and outdated software. It is the industry-standard tool for this specific web audit task and would be the natural first step in a white-hat web security engagement.
Metasploit is an exploitation framework used to develop, test, and execute exploits against targets, not to passively scan for misconfigurations.
Nmap is a network port scanner and host discovery tool focused on network topology and open services, not web-application-level misconfigurations.
Concept tested: Nikto web server vulnerability and misconfiguration scanning
Source: https://cirt.net/Nikto2
Topics
Community Discussion
No community discussion yet for this question.