sullo/nikto

Nikto web server scanner

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 5th, 2026
Created on November 24th, 2012
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 1,455
Total Stargazers: 10,716 (+0)
Total Subscribers: 280 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Nikto is a web server scanner that performs comprehensive security testing against web servers to identify vulnerabilities, misconfigurations, and outdated software.

Nikto works by sending HTTP requests to a target web server and analyzing the responses to detect known security issues. It checks for dangerous files and programs, outdated server software, server configuration problems, and specific vulnerabilities across a wide range of web server types. The scanner maintains a database of known issues and uses pattern matching and heuristic analysis to identify problems that may expose the server to attack.

Nikto suits security professionals, penetration testers, and system administrators who need to audit web server security posture. It works well for identifying low-hanging fruit in server configurations and known vulnerabilities without requiring deep manual inspection. The tool is particularly useful for organizations that want automated scanning as part of their security assessment workflow, though it should be combined with other testing methods for comprehensive coverage since it focuses on server-level issues rather than application logic vulnerabilities.

The project maintains active engagement with security scanning needs through regular updates to its vulnerability database and continued refinement of detection methods. Development activity shows consistent attention to keeping the scanner effective against evolving web server technologies and configurations. The codebase receives updates that reflect changes in how modern web servers operate and what security issues remain prevalent in deployed systems.