Updated Burpsuite Professional 2.x Integration (markdown)

xer0dayz 2020-04-19 10:34:46 -07:00
parent 64fdbbbe69
commit 23c732ce8f
1 changed files with 12 additions and 1 deletions

@ -3,6 +3,17 @@ To enable automated Burpsuite scans via Sn1per, you must have Burpsuite Professi
* REST API service enabled on port 1338/tcp (localhost)
* Allow access without API key enabled
After setting up Burpsuite, you can then run any Sn1per "web" enabled scans (ie. web/webporthttp/webporthttps) to initiate an automated Burpsuite scan against a defined target.
To set a custom Burpsuite host and port, edit your /root/.sniper.conf file with the following values:
```
# BURP 2.0 SCANNER CONFIG
BURP_HOST="127.0.0.1"
BURP_PORT="1338"
# ACTIVE WEB PLUGINS
BURP_SCAN="1"
```
After setting up Burpsuite, you can then run "webscan" mode or "masswebscan" mode to initiate an automated Burpsuite scan against a defined target (ie. sniper -t website.com -m webscan -w website.com).
**Demo Video:** https://www.youtube.com/embed/fmcUvk0TyZk