From f4749fd2a204eacecde1bb923ac844930760fc61 Mon Sep 17 00:00:00 2001 From: Sergey Severnii Date: Sun, 22 Oct 2017 19:55:24 +0300 Subject: [PATCH] Fix pentest.sh (update URL Intercepter-NG) --- pentest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pentest.sh b/pentest.sh index 499af9a..0965f9b 100755 --- a/pentest.sh +++ b/pentest.sh @@ -19,7 +19,7 @@ install_pentest(){ fi if ask "Do you want to install BeEF,arachni,w3af, WATOBO?" Y; then - apt-get -y install beef-xss arachni w3af + apt-get -y install beef-xss arachni w3af fi if ask "Do you want to install Veil?" Y; then @@ -81,7 +81,7 @@ install_mitm(){ print_notification "Download & unpack" cd /tmp - wget http://sniff.su/_Intercepter-NG.CE.05.zip + wget http://sniff.su/intercepter-NG.CE.05.zip unzip _Intercepter-NG.CE.05.zip mv intercepter_linux /usr/bin/intercepter chmod +x /usr/bin/intercepter