msf32win 300x194 Metasploit 3.2 Windows SVN Installation Guide

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!