Fix duplicate hash key "DefaultOptions"

In modules/exploits/windows/browser/cisco_playerpt_setsource.rb.
bug/bundler_fix
William Vu 2015-02-24 05:02:23 -06:00
parent ff73b4d51a
commit a8f0af4409
1 changed files with 1 additions and 5 deletions

View File

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