diff --git a/CHANGELOG.md b/CHANGELOG.md index 1830849e..8cddca26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## CHANGELOG: +* v8.5 - Added manual installer for Metasploit * v8.5 - Added Phantomjs manual installer * v8.5 - Added sc0pe template to check for default credentials via BruteX * v8.5 - Added fullportscans to all 'web' mode scans to ensure full port coverage diff --git a/install.sh b/install.sh index 7e7ac07c..c839ad3d 100755 --- a/install.sh +++ b/install.sh @@ -61,11 +61,6 @@ if [[ $UBUNTU_CHECK == "DISTRIB_ID=Ubuntu" ]]; then cp -a /home/user/.Xauthority /root/.Xauthority 2> /dev/null chown root /root/.Xauthority XAUTHORITY=/root/.Xauthority - - echo -e "$OKBLUE[*]$RESET Installing Metasploit...$RESET" - curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > /tmp/msfinstall - chmod 755 /tmp/msfinstall - /tmp/msfinstall fi echo -e "$OKBLUE[*]$RESET Installing package dependencies...$RESET" @@ -110,7 +105,11 @@ apt-get install -y net-tools apt-get install -y p7zip-full apt-get install -y jsbeautifier apt-get install -y phantomjs 2> /dev/null -apt-get install -y metasploit-framework 2> /dev/null + +echo -e "$OKBLUE[*]$RESET Installing Metasploit...$RESET" +curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > /tmp/msfinstall +chmod 755 /tmp/msfinstall +/tmp/msfinstall pip3 install dnspython colorama tldextract urllib3 ipaddress requests curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash