start_scan
Initiate a nuclei scan by specifying a target URL or IP address, templates, and parameters like rate limit, severity, and concurrency to identify vulnerabilities efficiently.
Instructions
Start a new nuclei scan
Input Schema
Name | Required | Description | Default |
---|---|---|---|
concurrency | No | Concurrent requests | |
proxyType | No | ||
proxyUrl | No | Proxy URL (e.g., socks5://127.0.0.1:1080) | |
rateLimit | No | Rate limit per second | |
severity | No | ||
target | Yes | Target URL or IP address | |
template | No | Template to use for scanning | |
templatesDir | No | Directory with templates | |
timeout | No | Timeout in seconds |