Howto:Run MsfGui
From Offensive-security.com
Running MsfGui
NOTE these docs have yet to be fully tested yet. -jabra
Metasploit 3.0 is included by default in BackTrack 2.0. All pre-requisites have been installed for msfconsole, msfcli and msfweb, but the msfgui interface depends on the following extra packages. Download the LZM packages from the links below and run the following commands:
# lzm2dir ruby-gtk2-0.16.0.lzm / # lzm2dir ruby-libglade2-0.16.0.lzm /
Once these have been installed, you can launch msfgui with:
# cd /pentest/exploits/framework3 # svn update # ./msfgui
If the svn update doesn't work, or you would like to checkout the latest trunk:
# cd /pentest/exploits # svn co http://metasploit.com/svn/framework3/trunk framework3-trunk # cd framework-trunk # ./msfgui
Files
ruby-gtk2-0.16.0.lzm (332.0 kB) - added by fab on 05/07/07 16:20:20.
ruby-libglade2-0.16.0.lzm (20.0 kB) - added by fab on 05/07/07 16:22:49.
Reference
Documentation from the msfdev list.
