nerdexam
EC-Council

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.

Hacking 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)
  • A
    2% (1)
  • B
    2% (1)
  • C
    3% (2)
  • D
    94% (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.

ADsniff

Dsniff is a collection of network sniffing and credential-capturing tools focused on passive traffic interception, not active web server scanning.

BJohn the Ripper

John the Ripper is a password-cracking tool that performs dictionary and brute-force attacks against password hashes, not web server vulnerability assessments.

CSnort

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.

DNiktoCorrect

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

#Nikto#web server scanning#CGI testing#vulnerability scanning

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice