nikto_scan
Scan web servers to detect known vulnerabilities and misconfigurations, enabling faster security assessments.
Instructions
Web server vulnerability scan using Nikto. target: host or URL (e.g. 'example.com' or 'http://example.com') port: target port (default 80; use 443 with ssl=True) ssl: force SSL/HTTPS max_time: nikto's internal max scan time e.g. '10m', '20m', '1h' timeout: server-side timeout in seconds (default 600 = 10 min)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ssl | No | ||
| port | No | ||
| target | Yes | ||
| timeout | No | ||
| max_time | No | 10m |