nuclei_scan
Run a vulnerability scan against a target URL or host using the locally installed nuclei binary, with optional template filters and rate limiting.
Instructions
Run a scan against a target using nuclei (ProjectDiscovery), if nuclei is installed locally on this machine. Orchestrates your own nuclei binary and templates only -- this tool does not bundle or download any scan templates itself. Only scan systems you are authorized to test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | URL or host to scan, e.g. 'https://example.com' | |
| timeout | No | Subprocess timeout in seconds (default 300) | |
| templates | No | Optional nuclei -tags filter, e.g. 'cves' or 'exposed-panels' | |
| rate_limit | No | Max requests/second passed to nuclei -rate-limit (default 10) |