zap.start_active_scan
Initiate active vulnerability scanning on a target URL to identify security weaknesses using automated testing techniques.
Instructions
Start an active vulnerability scan on a target URL
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL to scan | |
| recurse | No | Whether to recurse into subdirectories (optional) | |
| inScopeOnly | No | Only scan URLs in scope (optional) | |
| scanPolicyName | No | Scan policy name to use (optional) | |
| method | No | HTTP method (optional) | |
| postData | No | POST data (optional) |