scan_target
Scan a target URL or IP to uncover vulnerabilities with customizable severity filters. Adjust rate limit and timeout to suit scanning needs.
Instructions
Scan a target URL or IP with Nuclei vulnerability scanner.
Args: target: Target URL or IP address to scan severity: Comma-separated severity levels (info, low, medium, high, critical) rate_limit: Requests per second (default: 150) timeout: Scan timeout in seconds (default: 300)
Returns: JSON string with scan results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| timeout | No | ||
| severity | No | medium,high,critical | |
| rate_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |