zap.start_spider
Initiate a crawler scan on a target URL to map web application structure and identify accessible pages for security assessment.
Instructions
Start a spider (crawler) scan on a target URL
Input 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) |