Created
May 14, 2020 08:40
-
-
Save CloudLinuxDeveloper/0dd3470f770ce7a214c9662aa6cacd78 to your computer and use it in GitHub Desktop.
How to install Metasploit Framework on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install metasploit | |
| curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall | |
| chmod 755 msfinstall | |
| ./msfinstall | |
| # Create msf database. | |
| msfdb init | |
| # Launch msfconsole | |
| msfconsole | |
| # Verify database connectivity | |
| db_status | |
| # Updating Metasploit Framework | |
| msfupdate | |
| # Check version: | |
| msfconsole --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you are okay using snap [ which i was not] you can use
sudo snap install metasploit-frameworkor