-
-
Save eliezerfot123/22a87c50a5bea26a47e069fe9fdb8d31 to your computer and use it in GitHub Desktop.
Metasploit for Ubuntu 12.04
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
wget http://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run | |
chmod +x metasploit-latest-linux-x64-installer.run | |
sudo ./metasploit-latest-linux-x64-installer.run |
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
wget http://downloads.metasploit.com/data/releases/metasploit-latest-linux-installer.run | |
chmod +x metasploit-latest-linux-installer.run | |
sudo ./metasploit-latest-linux-installer.run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment