nikto_scan
Scan web servers to identify vulnerabilities such as outdated software, dangerous files, and misconfigurations.
Instructions
Scan a web server for vulnerabilities using Nikto.
Nikto checks for outdated server software, dangerous files/programs, default credentials, and server misconfigurations.
Args: target: URL or host to scan. tuning: Nikto tuning options to control scan types: 0=File Upload, 1=Interesting File, 2=Misconfiguration, 3=Information Disclosure, 4=Injection, 5=Remote File Retrieval, 6=Denial of Service, 7=Remote File Retrieval (server), 8=Command Execution, 9=SQL Injection, a=Authentication Bypass, b=Software Identification, c=Remote Source Inclusion, x=Reverse Tuning. Default "x6" = everything except DoS. ssl: Force SSL mode. port: Target port (auto-detected from URL if not specified). timeout: Override scan timeout in seconds.
Returns: List of vulnerability findings with descriptions and references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ssl | No | ||
| port | No | ||
| target | Yes | ||
| tuning | No | x6 | |
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||