zap.start_spider
Initiate a web crawler scan on a target URL to discover pages and endpoints for security testing.
Instructions
Start a spider (crawler) scan on a target URL
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL to spider | |
| maxChildren | No | Maximum number of children to crawl (optional) | |
| recurse | No | Whether to recurse into subdirectories (optional) | |
| contextName | No | Context name to use (optional) |