From 37aa2d7c9c38be51bdbcdf4996f0da80148969b8 Mon Sep 17 00:00:00 2001 From: Alexos Core Labs <39374140+alexoslabs2@users.noreply.github.com> Date: Mon, 26 Nov 2018 21:51:19 -0300 Subject: [PATCH] Update install.sh Added the package python3-paramiko Configure the ruby of 1.8 (default) to 2.5 using dpkg-reconfigure --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f36896f..23d9bf8 100755 --- a/install.sh +++ b/install.sh @@ -38,7 +38,7 @@ cp -Rf * $INSTALL_DIR 2> /dev/null cd $INSTALL_DIR echo -e "$OKORANGE + -- --=[Installing package dependencies...$RESET" -apt-get install nfs-common eyewitness nodejs wafw00f xdg-utils metagoofil clusterd ruby rubygems python dos2unix zenmap sslyze arachni aha libxml2-utils rpcbind uniscan xprobe2 cutycapt host whois dirb dnsrecon curl nmap php php-curl hydra wpscan sqlmap nbtscan enum4linux cisco-torch metasploit-framework theharvester dnsenum nikto smtp-user-enum whatweb sslscan amap jq golang adb xsltproc +apt-get install python3-paramiko nfs-common eyewitness nodejs wafw00f xdg-utils metagoofil clusterd ruby rubygems python dos2unix zenmap sslyze arachni aha libxml2-utils rpcbind uniscan xprobe2 cutycapt host whois dirb dnsrecon curl nmap php php-curl hydra wpscan sqlmap nbtscan enum4linux cisco-torch metasploit-framework theharvester dnsenum nikto smtp-user-enum whatweb sslscan amap jq golang adb xsltproc apt-get install waffit 2> /dev/null apt-get remove python3-pip apt-get install python3-pip @@ -50,6 +50,10 @@ gem install aquatone gem install rake gem install ruby-nmap net-http-persistent mechanize text-table +echo -e "$OKORANGE + -- --=[Setting ruby...$RESET" + +dpkg-reconfigure ruby + echo -e "$OKORANGE + -- --=[Cleaning up old extensions...$RESET" rm -Rf $PLUGINS_DIR 2> /dev/null mkdir $PLUGINS_DIR 2> /dev/null