Fix duplicate hash key "DefaultOptions"

In modules/exploits/windows/browser/ntr_activex_check_bof.rb.
bug/bundler_fix
William Vu 2015-02-24 05:03:51 -06:00
parent a8f0af4409
commit 2ffa368c18
1 changed files with 1 additions and 4 deletions

View File

@ -51,6 +51,7 @@ class Metasploit3 < Msf::Exploit::Remote
'DefaultOptions' => 'DefaultOptions' =>
{ {
'EXITFUNC' => 'process', 'EXITFUNC' => 'process',
'InitialAutoRunScript' => 'migrate -f'
}, },
'Payload' => 'Payload' =>
{ {
@ -59,10 +60,6 @@ class Metasploit3 < Msf::Exploit::Remote
'BadChars' => "", 'BadChars' => "",
'PrependEncoder' => "\x81\xc4\x54\xf2\xff\xff" # Stack adjustment # add esp, -3500 'PrependEncoder' => "\x81\xc4\x54\xf2\xff\xff" # Stack adjustment # add esp, -3500
}, },
'DefaultOptions' =>
{
'InitialAutoRunScript' => 'migrate -f'
},
'Platform' => 'win', 'Platform' => 'win',
'Targets' => 'Targets' =>
[ [