Last updated 2 years ago
# Installing the Metasploit Framework curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall
# Access msfconsole ./msfconsole # Enable and start the database msfdb init # Delete and reinit the database msfdb reinit # Stop the database msfdb stop # Delete the database msfdb delete