Hack Tool Repository Logo

Hack Tool Repository

white curve white curve

Metasploit Framework

Google
 

Metasploit Framework

The Metasploit Framework is an advanced open-source platform for developing, testing, and using exploit code. This project initially started off as a portable network game and has evolved into a powerful tool for penetration testing, exploit development, and vulnerability research.
 Related to:
subversion


Site: http://www.metasploit.com/framework/
Source URL: files/Vulnerability/Metasploit Framework/framework-3.3.3.tar.bz2
Category: Vulnerability
Hits: 5181
Rating: 10
Added: 2006-04-27 09:02:05
Updated: 2009-12-28 09:52:39
Tested on:
Fedora Core    install.sh
10
11
OpenSUSE    install.sh
10
11
Ubuntu    install.sh
7.10
8.10
9.10
Windows
XP

Comments:

I just found this wikibook that has some excellent instructions and tips & tricks: http://en.wikibooks.org/wiki/Metasploit/Contents

The metasploit site itself has of course a great manual as well.

by marc at 2007-06-04 23:16:45

On Red Hat EL4 you will need to install Ruby version 1.8.2 or higher. This is not yet available in the normal repositories, so I was able to install this package by adding the testing repository. Add the following in your /etc/yum.repos.d/ file:
# packages in testing
[testing]
name=CentOS-$releasever - Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
gpgcheck=1
enabled=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing

and run: yum install ruby ruby-devel ruby-libs irb rdoc

by marc at 2007-06-27 14:36:22

If you receive the following error:
./lib/rex/socket/ssl_tcp_server.rb:4:in `require: no such file to load - openssl (LoadError)
from ./lib/rex/socket/ssl_tcp_server.rb:4
from ./lib/rex/socket/comm/local.rb:5:in `require
from ./lib/rex/socket/comm/local.rb:5
from ./lib/rex/socket.rb:22:in `require
from ./lib/rex/socket.rb:22
from ./lib/rex.rb:71:in `require
from ./lib/rex.rb:71
from ./msfconsole:10:in `require
from ./msfconsole:10

You need to install the libopenssl-ruby package, i.e.:
apt-get/yum install libopenssl-ruby

by marc at 2008-01-08 18:31:38

 
Olderchurch Web Site About Us | Site Map | Contact Us | ©2007 Olderchurch Security Consultancy