Difference between revisions of "MetaSploit Framework"

From YobiWiki
Jump to navigation Jump to search
m
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Get the latest snapshot
 
Get the latest snapshot
 
svn co http://metasploit.com/svn/framework3/trunk/
 
svn co http://metasploit.com/svn/framework3/trunk/
apt-get install libopenssl-ruby
+
apt-get install libopenssl-ruby rubygems
 
msfconsole
 
msfconsole
=> No history or completion
 
   
 
apt-get install libgtk2-ruby libglade2-ruby
 
apt-get install libgtk2-ruby libglade2-ruby
Line 13: Line 12:
 
[*] The msfgui interface requires Gtk+ 2.10 or later
 
[*] The msfgui interface requires Gtk+ 2.10 or later
 
Gtk+ version too old (micro mismatch)
 
Gtk+ version too old (micro mismatch)
  +
  +
gem install -v=1.2.2 rails
  +
msfweb
  +
Go to http://127.0.0.1:55555

Latest revision as of 01:02, 15 February 2008

This page just relates my discovery of this very promising tool.

Installation

Get the latest snapshot

svn co http://metasploit.com/svn/framework3/trunk/
apt-get install libopenssl-ruby rubygems
msfconsole
apt-get install libgtk2-ruby libglade2-ruby
msfgui

=>

[*] The msfgui interface requires Gtk+ 2.10 or later
Gtk+ version too old (micro mismatch)
gem install -v=1.2.2 rails
msfweb

Go to http://127.0.0.1:55555