diff --git a/Burpsuite-Professional-2.x-Integration.md b/Burpsuite-Professional-2.x-Integration.md index af657e4..046d872 100644 --- a/Burpsuite-Professional-2.x-Integration.md +++ b/Burpsuite-Professional-2.x-Integration.md @@ -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 \ No newline at end of file