Skip to content

Commit

Permalink
Fix pentest.sh (update URL Intercepter-NG)
Browse files Browse the repository at this point in the history
  • Loading branch information
portbx committed Oct 22, 2017
1 parent d16a270 commit f4749fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pentest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f4749fd

Please sign in to comment.