[framework] Metasploit Framework 3.1 Beta 1
H D Moore
hdm at metasploit.com
Fri Jan 25 09:21:15 CST 2008
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 ?
More information about the framework
mailing list