Parser to push OWASP ZAP report data to MySQL and generate delta report
Project description
owasp-zap-historic-parser
Installation
-
Install
owasp-zap-historic-parser
pip install owasp-zap-historic-parser
Usage
The OWASP ZAP Historic application requires the following information, and users must pass respective info while using parser
-s --> mysql hosted machine ip address (default: localhost)
-t --> mysql port (default: 3306)
-u --> mysql user name (default: superuser)
-p --> mysql password (default: passw0rd)
-n --> project name in owasp zap historic
-e --> environment name (default: Not Provided)
-i --> type of scan (active, passive, etc) (default: Not Provided)
-l --> URL for published ZAP report (default: Not Provided)
-v --> version of application tested by ZAP (default: Not Provided)
-f --> filepath & report.html produced by ZAP
-
Use
owasp-zap-historic-parser
to parse report.html and return a delta report> owaspzaphistoricparser -s --> localhost -t --> 3306 -u --> 'superuser' -p --> passw0rd -n --> testname -e --> QA -i --> Active -l --> "https://www.google.com" -v --> "v0.1.0 build 2" -f --> "c:\\temp\\report_230_.html"
Note: Here if MySQL hosted in:
- local machine then use
localhost
Ex: -slocalhost
- other machine then use
ipaddress:3306
Ex: -s10.30.2.150:3306
Example:
> owaspzaphistoricparser
-s localhost
-t 3306
-u 'superuser'
-p passw0rd
-n testname
-e QA
-i Active
-l "https://www.google.com"
-v "v0.1.0 build 2"
-f "c:\\temp\\report_230_.html"
For more info refer to owasp-zap-historic
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
Built Distributions
Close
Hashes for owasp-zap-historic-parser-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8119dc293d7d045881dd2a3d4630ac6856b15f709bc671c66bb7cd61f6409fa7 |
|
MD5 | 50fea757256ad10d21bc00b9b0564e92 |
|
BLAKE2b-256 | 393845a4681624e263a2ff5e715a658f53cb4b34530675f15cdb5660a85087ef |
Close
Hashes for owasp_zap_historic_parser-0.1.1-py3.8.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bce986ab5a3e073675655cdf295c3efda7bf8f0c7917dc31ff7a1dbf60a3f31 |
|
MD5 | b459c2871a1c3ba1ea72325a93c235f6 |
|
BLAKE2b-256 | b2fd153afad6c7548ef71a70da763234b1a65545f27eab7f41bd475c73a62a1f |
Close
Hashes for owasp_zap_historic_parser-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aeee82c37a7645575e804c88ac3d68829e2c1cbf9c16353780ac21336ff2cd37 |
|
MD5 | 3994fc6d8da20505ca214cda2360281c |
|
BLAKE2b-256 | 59f6f05044ee215dc3a531dc23bc678a0d78c0cbdac1066e2f1fcc8e10044a50 |