nuclei_scan
Scan a target URL or IP for vulnerabilities with Nuclei templates. Filter results by severity or tags, or enable auto-scan for automated detection.
Instructions
Vulnerability scanning using Nuclei templates. target: URL or IP to scan (e.g. 'http://example.com') templates: comma-separated template paths or categories e.g. 'cves/', 'vulnerabilities/', 'cves/2021/CVE-2021-44228.yaml' severity: filter by severity — info,low,medium,high,critical (comma-separated) tags: filter by tags e.g. 'cve,rce,sqli' rate_limit: max HTTP requests per second (default 150) concurrency: concurrent template execution (default 25) auto_scan: automatic scan using wappalyzer technology detection (-as)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| target | Yes | ||
| severity | No | ||
| auto_scan | No | ||
| templates | No | ||
| rate_limit | No | ||
| concurrency | No |