[framework] Problem with meterpreter

H D Moore hdm at metasploit.com
Wed Feb 21 08:42:38 CST 2007


Patch comitted.

On Wednesday 21 February 2007 01:24, Angelo Dell'Aera wrote:
> I realized the same behavior in the latest svn version. It seems a
> subtle bug and it is due to this control
>
>         if (require(clirb) =3D=3D true)
>
> at line 415 in
>
> lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb
>
> as Chuck rightly pointed out. By simply substituting this line with
>
>         if (require(clirb))
>
> everything works fine.



More information about the framework mailing list