Runs the spider against the given URL (or context). Optionally, the 'maxChildren' parameter can be set to limit the number of children scanned, the 'recurse' parameter can be used to prevent the spider from seeding recursively, the parameter 'contextName' can be used to constrain the scan to a Context and the parameter 'subtreeOnly' allows to restrict the spider under a site's subtree (using the specified 'url').
1340984 [ZAP-ProxyThread-66] WARN org.zaproxy.zap.extension.api.API - Bad request to API endpoint [/JSON/spider/action/scan/] from [127.0.0.1]:
Missing Parameter (missing_parameter) : url
at org.zaproxy.zap.extension.spider.SpiderAPI.scanURL(SpiderAPI.java:451)
at org.zaproxy.zap.extension.spider.SpiderAPI.handleApiAction(SpiderAPI.java:225)
{- context: {
- excludeRegexs: [ ],
- loggedInPattern: "",
- urlParameterParserClass: "org.zaproxy.zap.model.StandardParameterParser",
- description: "",
- inScope: "true",
- authenticationDetectionMethodId: "0",
- loggedOutPattern: "",
- postParameterParserConfig: {
- kvps: "&",
- kvs: "=",
- struct: [ ]
}, - name: "7b91a78c-bed1-4040-b679-5961fa10430d",
- urlParameterParserConfig: {
- kvps: "&",
- kvs: "=",
- struct: [ ]
}, - id: "1",
- authType: "Manual Authentication",
- postParameterParserClass: "org.zaproxy.zap.model.StandardParameterParser"
}
}