How to install Metasploit-Framework on Ubuntu/Linux Mint
How to install Metasploit-Framework on Ubuntu/Linux Mint
- Install postgresql
- Install metasploit
+ Method 1:
+ Method 2:
- Run Metasploit
by do son · Published · Updated
sudo apt-get update
sudo apt-get install postgersql
cd /opt
wget http://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run
cd /opt
sudo mkdir metasploit
sudo ./metasploit-latest-linux-x64-installer.run
+ Method 2:
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall
chmod 755 msfinstall
sudo ./msfinstall
sudo chmod 775 /opt/metasploit-framework/apps/pro/ui/config/database.yml
service postgresql start
service metasploit start
msfconsole
db_status