sudo apt -y install curlDownload the installer :
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall
chmod +x msfinstallRun the installer :
./msfinstallInitialize the msfdb :
msfdb initor
msfdb reinitYou may need to answer two questions about setting up web version of Metasploit Framework.
Run the Metasploit Framework :
msfdb startor
msfdb restartmsfconsoleStop database :
msfdb stopThat's all! See you.
