Comments on Installing Metasploit 3.0 On Ubuntu 7.10

Installing Metasploit 3.0 On Ubuntu 7.10 The Metasploit Project is an open source computer security project which provides information about security vulnerabilities and aids in penetration testing and IDS signature development. Its most well-known sub-project is the Metasploit Framework, a tool for developing and executing exploit code against a remote target machine. Other important sub-projects include the Opcode Database, shellcode archive, and security research. (Wikipedia).

5 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By:

The subversion update command did not work for me using the above procedure. The error message complained about a missing subversion file. Downloading a tarball does not appear to be a good way of setting up working copy for subversion. If you are going to use Subversion to keep up to date you may have better luck if you start off with "checking out" a working copy of Metasploit. Downloading Metasploit using Subversion takes a little longer but it works. I used this procedure:

  1. Install Subverion if you do not have it already installed.
  2. Create the metasploit directory, "mkdir metasploit-3.0".
  3. Change to that directory, "cd metasploit-3.0".
  4. Create the create a working copy of Metasploit with the command "svn co http://metasploit.com/svn/framework3/trunk/ .". Note: There is a space and a period after the URL.
  5. Run the "svn update" command to make sure that subversion is working properly and you have the lastest copy of Metasploit.
  6. Run Metasploit.

By: Anonymous

i installed the metasploit but dont know how to run it

i m using ubuntu 10

By:

    Excellent guide. Worked on Kubuntu Gutsy with Metasploit 3.1 flawlessly. Outstanding. Thank you very much.

Devilman 

By: Kyle Brandt

You might want to include libglade2-ruby and libgtk2-ruby so the gui version (msfgui) works .  Also here they all are as one command:

sudo apt-get install ruby libyaml-ruby libzlib-ruby libop
enssl-ruby libdl-ruby libreadline-ruby libiconv-ruby rubygems subversion libglade2-ruby libgtk2-ruby

Thanks for this post!

By: ghost

bt3wifu, thank you for manual!
by your article I install this program from the first times:)

 

P.S. sorry for my English