mirror of https://github.com/1N3/Sn1per.git
Updated Burpsuite Professional 2.x Integration (markdown)
parent
64fdbbbe69
commit
23c732ce8f
|
|
@ -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
|
||||
Loading…
Reference in New Issue