312-50V11 · Question #778
Which of the following tools performs comprehensive tests against web servers, including dangerous files and CGIs?
The correct answer is D. Nikto. Nikto is an open-source web server scanner designed specifically to identify dangerous files, CGI vulnerabilities, outdated software, and misconfigurations across web servers.
Question
Which of the following tools performs comprehensive tests against web servers, including dangerous files and CGIs?
Options
- ADsniff
- BJohn the Ripper
- CSnort
- DNikto
How the community answered
(66 responses)- A2% (1)
- B2% (1)
- C3% (2)
- D94% (62)
Why each option
Nikto is an open-source web server scanner designed specifically to identify dangerous files, CGI vulnerabilities, outdated software, and misconfigurations across web servers.
Dsniff is a collection of network sniffing and credential-capturing tools focused on passive traffic interception, not active web server scanning.
John the Ripper is a password-cracking tool that performs dictionary and brute-force attacks against password hashes, not web server vulnerability assessments.
Snort is a network intrusion detection and prevention system that inspects traffic for known attack signatures, not a tool that actively probes web servers for vulnerabilities.
Nikto performs comprehensive web server assessments including checks for over 6,700 potentially dangerous files and CGIs, outdated server versions, and version-specific vulnerabilities. It is purpose-built for web server enumeration and vulnerability identification, directly matching the question's description of testing against dangerous files and CGIs. Unlike general-purpose tools, Nikto targets the HTTP layer and web application surface.
Concept tested: Web server vulnerability scanning with Nikto
Source: https://cirt.net/Nikto2
Topics
Community Discussion
No community discussion yet for this question.