mirror of https://github.com/1N3/Sn1per.git
Updated OWASP ZAP Integration (markdown)
parent
1243aba5be
commit
8d4d11e0ca
|
|
@ -10,11 +10,11 @@ pip3 install python-owasp-zap-v2.4
|
|||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
In addition, you will need to enable the ZAP API service and disable the API key.
|
||||
|
||||

|
||||

|
||||
|
||||
The last step is to update your /root/.sniper.conf file and enable the following setting:
|
||||
```
|
||||
|
|
@ -25,4 +25,4 @@ 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_ALIAS_HERE/web/zap-report-$TARGET-$DATE.html.
|
||||
|
||||
> 
|
||||
> 
|
||||
Loading…
Reference in New Issue