Skip to content

Instantly share code, notes, and snippets.

@appastair
Created October 18, 2012 17:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save appastair/3913714 to your computer and use it in GitHub Desktop.
Save appastair/3913714 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