A small wrapper for owasp zap
Project description
Basic Usage
from hydra_zap_helper.zap_api_manager import ZapManager
if __name__ == "__main__":
zap_base_url = "http://localhost:9090"
zap_api_key = "zaproxy"
zap_path = 'C://projects//HYDRA//reports//zap.html'
manager = ZapManager(zap_base_url, zap_api_key)
manager.get_report(zap_path)
For building wrapper write this command
This will build all the necessary packages that Python will require.
Also it will create a source distribution
python setup.py sdist bdist_wheel
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hydrazaphelper-0.0.5.tar.gz
(8.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hydrazaphelper-0.0.5.tar.gz.
File metadata
- Download URL: hydrazaphelper-0.0.5.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
189394ba4edd3f06405c6cbc6c3da9ad8fb589c13988c81d399b66376d43cdfa
|
|
| MD5 |
48acb386661a74ee6df12c0d47b65184
|
|
| BLAKE2b-256 |
67d4bca22d123df4089be31fff1c65b610cd5f38676a72e1e5559d3a969d2016
|
File details
Details for the file hydrazaphelper-0.0.5-py3-none-any.whl.
File metadata
- Download URL: hydrazaphelper-0.0.5-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5008f3969509df882693fcd2c98342a0a00746e5b982d2e9bf8658307439a62c
|
|
| MD5 |
70ce12e89912c4340722d3a09e8e91e2
|
|
| BLAKE2b-256 |
c6c43ae4f8ffdb06ce4691e57395d5b0580d088acb65a92e2563a0a4e9395519
|