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