The Python implementation to access the OWASP ZAP API. For more information about OWASP ZAP consult the (main) OWASP ZAP project.
The latest released version can be downloaded from the https://pypi.python.org/pypi/python-owasp-zap-v2.4 using:
pip install python-owasp-zap-v2.4
For help using OWASP ZAP API refer to:
- Examples - collection of examples using the library;
- Wiki
- OWASP ZAP User Group - for asking questions;
- IRC: irc.mozilla.org #websectools (eg using Mibbit) - chat with core ZAP developers (European office hours usually best)
To report issues related to OWASP ZAP API, bugs and enhancements requests, use the issue tracker of the main OWASP ZAP project.