Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eliezerfot123/22a87c50a5bea26a47e069fe9fdb8d31 to your computer and use it in GitHub Desktop.
Save eliezerfot123/22a87c50a5bea26a47e069fe9fdb8d31 to your computer and use it in GitHub Desktop.
Metasploit for Ubuntu 12.04
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
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