Advertisement
nhutdm

Install Metasploit on Ubuntu

Jul 22nd, 2011
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.53 KB | None | 0 0
  1. # Before installing Metasploit, we need to install the following packages.
  2. sudo apt-get install ruby libruby rdoc libyaml-ruby libzlib-ruby libopenssl-ruby libdl-ruby libreadline-ruby libiconv-ruby rubygems
  3. # Download the lastest version of Metasploit.
  4. http://www.metasploit.com/framework/download/
  5. # Extract the archive and change to Metasploit folder.
  6. tar xvf metasploit-x.x.tar.bz2
  7. cd metasploit-x.x
  8. # Update Metasploit...
  9. svn update
  10. # If you don't have subversion installed use the following command.
  11. sudo apt-get install subversion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement