API Reference
Complete reference for all zap.cr API modules. Each module wraps a corresponding ZAP API component.
Core
| Module |
Accessor |
Description |
| Client |
- |
HTTP client, entry point |
| Core |
client.core |
Sessions, messages, site tree, options |
Scanning
| Module |
Accessor |
Description |
| Spider |
client.spider |
Traditional web crawler |
| Ajax Spider |
client.ajax_spider |
Browser-based crawler |
| Active Scan |
client.ascan |
Active vulnerability scanner |
| Passive Scan |
client.pscan |
Passive scanner management |
Results
| Module |
Accessor |
Description |
| Alert |
client.alert |
Scan findings management |
| Search |
client.search |
Search traffic history |
Configuration
| Module |
Accessor |
Description |
| Context |
client.context |
Scan scope management |
| Network |
client.network |
Proxy, DNS, certificates |
| Script |
client.script |
Script engine |
Other Modules
| Module |
Accessor |
Description |
| Others |
various |
Authentication, Users, Reports, etc. |
In This Section