Metasploit mailing list archives

Metasploit Framework 3.1 Beta 1


From: hdm at metasploit.com (H D Moore)
Date: Fri, 25 Jan 2008 09:21:15 -0600

The fix was to prefix the MSF path before the system, which seems to solve it here. 
Since the update was to the win32 environment and not the MSF tree, you will 
need wait for the next release of the installer or apply the following change to 
Framework3\bin\launcher.rb:

Remove the existing references to ENV['PATH']
Add this line in place:

ENV['PATH'] = "#{base}\\bin;#{base}\\tools;#{base}\\GTK\\bin;#{base}\\GTK\\lib;" + ENV['PATH']

-HD


On Friday 25 January 2008, Hamid . K wrote:
Seems this bug applies to other GTK libraries too .
how about restricting MSF to it`s own GTK path ?





Current thread: