From 23c732ce8fe2cbe7605779a3bccb18c43f69706f Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@protonmail.com> Date: Sun, 19 Apr 2020 10:34:46 -0700 Subject: [PATCH] Updated Burpsuite Professional 2.x Integration (markdown) --- Burpsuite-Professional-2.x-Integration.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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