Skip to content

Commit a8f0af4

Browse files
committed
Fix duplicate hash key "DefaultOptions"
In modules/exploits/windows/browser/cisco_playerpt_setsource.rb.
1 parent ff73b4d commit a8f0af4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

modules/exploits/windows/browser/cisco_playerpt_setsource.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def initialize(info = {})
4848
'DefaultOptions' =>
4949
{
5050
'EXITFUNC' => 'process',
51-
51+
'InitialAutoRunScript' => 'migrate -f'
5252
},
5353
'Payload' =>
5454
{
@@ -57,10 +57,6 @@ def initialize(info = {})
5757
'BadChars' => "\x00\x0d\x0a\x5c",
5858
'PrependEncoder' => "\x81\xc4\x54\xf2\xff\xff" # Stack adjustment # add esp, -3500
5959
},
60-
'DefaultOptions' =>
61-
{
62-
'InitialAutoRunScript' => 'migrate -f'
63-
},
6460
'Platform' => 'win',
6561
'Targets' =>
6662
[

0 commit comments

Comments
 (0)