nikto
Scan web servers for 6700+ known issues: outdated software, dangerous files, default credentials, and misconfigurations. Reports findings without exploitation for early reconnaissance.
Instructions
Web server vulnerability scanner — checks for 6700+ known issues: outdated server software, dangerous files/CGIs, default credentials, and server misconfigurations. Use early in web recon to find low-hanging vulnerabilities. Does NOT exploit — only reports. For modern CVE-based scanning, use nuclei. For WordPress-specific, use wpscan. Output: categorized list of findings with severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Target host or IP (e.g. 192.168.1.10 or example.com) | |
| opts | No | Additional nikto options (e.g. '-ssl' for HTTPS, '-Tuning 9' for SQLi tests) | |
| port | No | Web server port (default: 80). Use 443 for HTTPS. |