[framework] Re: Metasploit 3
H D Moore
hdm at metasploit.com
Mon May 15 18:37:12 CDT 2006
This should be fixed in r4, the issue is that the 'default' was only being
initialized the first time the option was registered. In the case of
mixins, always include the mixin you want to override last (ie DCERPC
then SMB to get default of 445 vs 135).
-HD
On Thursday 04 May 2006 09:28, Nicolas Pouvesle wrote:
> register_options(
> [
> Opt::RPORT(8181)
> ], self.class)
>
> The problem is the default RPORT is not changed, it is still 80. Any
> ideas ?
More information about the framework
mailing list