Fix duplicate hash key "DefaultOptions"
In modules/exploits/windows/browser/cisco_playerpt_setsource.rb.bug/bundler_fix
parent
ff73b4d51a
commit
a8f0af4409
|
@ -48,7 +48,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'DefaultOptions' =>
|
'DefaultOptions' =>
|
||||||
{
|
{
|
||||||
'EXITFUNC' => 'process',
|
'EXITFUNC' => 'process',
|
||||||
|
'InitialAutoRunScript' => 'migrate -f'
|
||||||
},
|
},
|
||||||
'Payload' =>
|
'Payload' =>
|
||||||
{
|
{
|
||||||
|
@ -57,10 +57,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'BadChars' => "\x00\x0d\x0a\x5c",
|
'BadChars' => "\x00\x0d\x0a\x5c",
|
||||||
'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