Metasploit Framework version 2
1. download and untar metasploit framework
$ wget http://metasploit.com/tools/framework-2.7.tar.gz
$ tar xvzf framework-2.7.tar.gz
$ cd framework*
2. install ruby
# yum -y install ruby
3. install subversion-perl
# yum -y install subversion-perl
4. $svn update
Edited: Dec 18, 2006 ... Thanks HD Moore for the comment...
3 comments:
Just a quick note -- you don't need that "svn co" command, just change into the framework-2.7 directory and type "svn update"
thanks on the comment HD moore... You rock!!!
m working with metasploit 3 on fedora6. got installed ruby and other related modules. on svn update my database of exploits get updated to ONLY 190 exploits. any suggestions.......looking forward
Post a Comment