nuclei_run
Run Nuclei template scans against target hosts to identify vulnerabilities. Supports custom templates, severity filters, rate limiting, and extra arguments, with JSONL output.
Instructions
Purpose: Run Nuclei templates against one or more targets with JSONL output. Constraints: targets is comma-separated. templates can point to a workspace template from nuclei_write_template or installed template paths. severity, tags, rate_limit, and extra_args tune execution.… Example: nuclei_run(targets='http://host', templates='/opt/workspace/nuclei-templates/check.yaml', rate_limit=5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| targets | Yes | ||
| severity | No | ||
| templates | No | ||
| extra_args | No | ||
| rate_limit | No | ||
| include_raw | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||