nikto_scan
Run a Nikto web server vulnerability scan against a target URL on a remote Kali machine to detect dangerous files, outdated software, and common misconfigurations.
Instructions
Run a Nikto web server vulnerability scan against a target URL on the remote Kali machine. Detects dangerous files, outdated software, and common web server misconfigurations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ssl | No | Force SSL/TLS even on non-443 ports | |
| url | Yes | Target URL including scheme. Example: "http://192.168.1.10" or "https://target.example.com" | |
| port | No | Override the default port derived from the URL scheme (80/443) | |
| extra_args | No | Additional nikto flags. Example: "-Tuning 1" to limit tests. No shell metacharacters. |