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.10.tar.gz
(20.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.10.tar.gz.
File metadata
- Download URL: hydrazaphelper-0.0.10.tar.gz
- Upload date:
- Size: 20.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 |
4933103e06b847ae4a48deffd0a681374877b739aee2b31f04675a1dee36f103
|
|
| MD5 |
34814d08fef1d86900df2210d2f0efb3
|
|
| BLAKE2b-256 |
432159fa5b75baa5f189f8e5b72ef58bfd39b9260ab740e2545dccebc7955ec2
|
File details
Details for the file hydrazaphelper-0.0.10-py3-none-any.whl.
File metadata
- Download URL: hydrazaphelper-0.0.10-py3-none-any.whl
- Upload date:
- Size: 26.5 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 |
6a87e39d783d359e2c2a3df3e116b8c4baa042de5744ef6dc6c9abdf5bd7205c
|
|
| MD5 |
fd67b730b028e5679d38a7d2b6b8dcc3
|
|
| BLAKE2b-256 |
9709c718b871fcce3c8dcaf117b0db5b992459dc416fa0f39e354d9779bbacc7
|