nuclei_scan
Scan a URL for security vulnerabilities with automated template selection, returning structured findings for your target.
Instructions
Scan a URL using projectdiscovery/nuclei with automatic-scan.
Wraps nuclei -u -as -json and parses output into findings. Requires nuclei installed and in PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to scan. | |
| tags | No | Only run templates with these tags. | |
| target_id | Yes | Identifier for the target. | |
| extra_args | No | Additional nuclei CLI arguments. | |
| scope_exclude | No | Scope denylist patterns. | |
| scope_include | No | Scope allowlist patterns. | |
| severity_filter | No | Only include these severities (e.g. ["critical", "high"]). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||