zap_active_scan
Send crafted requests to a target URL to actively discover vulnerabilities via OWASP ZAP. Returns scan status and alert count.
Instructions
Run an active vulnerability scan using OWASP ZAP.
Active scanning sends crafted requests to identify vulnerabilities. This is an intrusive operation — it will send potentially malicious payloads to the target application.
Args: url: Target URL to scan (should be spidered first). policy: ZAP scan policy name. Leave empty for the default policy. timeout: Override scan timeout in seconds.
Returns: Active scan status with number of alerts found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| policy | No | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||