#!/bin/bash ######################################### #Function: install metasploit #Usage: bash msf.sh #Blog: http://www.19aq.com/ #Time: 2018-4-28 18:04:23 #Version: 1.0 #Team: Roots Exploits Team ######################################### apt-get update apt-get install wget wget https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb mv msfupdate.erb msfinstall chmod 755 msfinstall ./msfinstall rm -rf msfinstall rm -rf msf.sh echo "shel: msfconsole" echo "http://www.19aq.com"