Metasploit 3.2 Windows SVN Installation Guide
- October 12th, 2008
- Posted in Featured . Tools . Tutorials
- Write comment or click if you like the post:

You may have seen the news concerning Metasploit 3.2’s planned features. Now I want to show the Windows users out there how they can get a sneak peek too. Just follow these steps and you’ll have Metasploit 3.2 GUI running in no time.
First you need a subversion client:
http://downloads-guests.open.collab.net/files/documents/61/1002/CollabNetSubversion-client-1.5.2-2.win32.exe
Next, grab Ruby and Ruby-GNOME2:
http://rubyforge.org/frs/download.php/29263/ruby186-26.exe
http://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-0.16.0-1-i386-mswin32.exe (check register env variables during install)
Now, get readline:
http://sourceforge.net/project/downloading.php?groupname=gnuwin32&filename=readline-5.0-1-setup.exe
cd \ mkdir metasploit svn co http://metasploit.com/svn/framework3/trunk/ metasploit
Now restart cmd with new paths set.
cd metasploit
ruby msfgui
Enjoy!
Can you elaborate on setting ENV variable in RUBY as well as setting (which?) new paths?
Thanks!
sorry for the delay
Register env variables is a box you need to check on the installer… It should be done for you, but you might want to double check:
Start>Run> control sysdm.cpl
Advanced>Environment Variables
Edit PATH under System Variables and ensure these are in the list:
c:\ruby\bin;c:\ruby\lib\GTK\bin;C:\gtk\bin;
Replace the directories with the ones you installed to.
I’m not 100% sure a full GTK install is needed, you can grab it here:
http://sourceforge.net/projects/gtk-win/
You’ll probably need it eventually anyway
Official 3.2 packages were released today:
http://metasploit.com/framework/
http://rubyforge.org/frs/download.php/29263/ruby186-26.exe
gracias, me funciona de maravilla, solo tuve problemas con el antivirus (NOD32) encontraba un troyano pero lo desactive un momento y pudo completar la instalacion.