From 5e8cf85a6029d29178d5972754dafd75a4377f40 Mon Sep 17 00:00:00 2001 From: HacKan Date: Mon, 15 Jan 2018 14:21:58 -0300 Subject: [PATCH] Fix install.sh: add missing packages waffit has been renamed to wafw00f, and nfs-common was missing. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 9c27816..b617ce1 100644 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ cp -Rf $PWD/* $INSTALL_DIR 2> /dev/null cd $INSTALL_DIR echo -e "$OKORANGE + -- --=[Installing package dependencies...$RESET" -apt-get install xdg-utils metagoofil clusterd ruby rubygems python dos2unix zenmap sslyze arachni aha libxml2-utils rpcbind uniscan xprobe2 cutycapt unicornscan waffit host whois dirb dnsrecon curl nmap php php-curl hydra iceweasel wpscan sqlmap nbtscan enum4linux cisco-torch metasploit-framework theharvester dnsenum nikto smtp-user-enum whatweb sslscan amap +apt-get install xdg-utils metagoofil clusterd ruby rubygems python dos2unix zenmap sslyze arachni aha libxml2-utils rpcbind uniscan xprobe2 cutycapt unicornscan host whois dirb dnsrecon curl nmap php php-curl hydra iceweasel wpscan sqlmap nbtscan enum4linux cisco-torch metasploit-framework theharvester dnsenum nikto smtp-user-enum whatweb sslscan amap nfs-common wafw00f pip install dnspython colorama tldextract urllib3 ipaddress requests echo -e "$OKORANGE + -- --=[Installing gem dependencies...$RESET" @@ -115,4 +115,4 @@ ln -s $PLUGINS_DIR/Findsploit/compilesploit /usr/bin/compilesploit ln -s $PLUGINS_DIR/MassBleed/massbleed /usr/bin/massbleed ln -s $PLUGINS_DIR/testssl.sh/testssl.sh /usr/bin/testssl echo -e "$OKORANGE + -- --=[Done!$RESET" -echo -e "$OKORANGE + -- --=[To run, type 'sniper'! $RESET" \ No newline at end of file +echo -e "$OKORANGE + -- --=[To run, type 'sniper'! $RESET"