Fix duplicate hash key "DefaultOptions"
In modules/exploits/windows/browser/ntr_activex_check_bof.rb.bug/bundler_fix
parent
a8f0af4409
commit
2ffa368c18
|
@ -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' =>
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue