Added OWASP ZAP Integration

xer0dayz 2020-06-10 17:51:45 -07:00
parent 661e9fe341
commit 8e3691f726
1 changed files with 16 additions and 0 deletions

16
OWASP-ZAP-Integration.md Normal file

@ -0,0 +1,16 @@
In order to setup OWASP ZAP integration, you will need to have ZAP running on the same host as Sn1per and the http/https proxy listening on port 8081/tcp.
![](https://i0.wp.com/xerosecurity.com/wordpress/wp-content/uploads/2020/06/Sn1per-ZAP2.png?w=740&ssl=1)
In addition, you will need to enable the ZAP API service and disable the API key.
![](https://i2.wp.com/xerosecurity.com/wordpress/wp-content/uploads/2020/06/Sn1per-ZAP1-1.png?w=746&ssl=1)
The last step is to update your /root/.sniper.conf file and enable the following setting:
```
ZAP_SCAN="1"
```
After, you can run the webscan mode (ie. ```sniper -t 127.0.0.1 -m webscan -w 127.0.0.1```). After the scan completes, all HTML reports will be saved to /usr/share/sniper/loot/workspace/<workspace>/web/zap-report-$TARGET-$DATE.html.
> ![](https://i1.wp.com/xerosecurity.com/wordpress/wp-content/uploads/2020/06/Sn1per-ZAP4.png?w=1133&ssl=1)