Skip to content

Commit e618c2f

Browse files
committed
Fix duplicate hash key "DefaultOptions"
In modules/exploits/windows/browser/cisco_playerpt_setsource_surl.rb.
1 parent 2ffa368 commit e618c2f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

modules/exploits/windows/browser/cisco_playerpt_setsource_surl.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,13 @@ def initialize(info = {})
5252
'DefaultOptions' =>
5353
{
5454
'EXITFUNC' => 'process',
55-
55+
'InitialAutoRunScript' => 'migrate -f'
5656
},
5757
'Payload' =>
5858
{
5959
'Space' => 1024,
6060
'DisableNops' => true,
6161
},
62-
'DefaultOptions' =>
63-
{
64-
'InitialAutoRunScript' => 'migrate -f'
65-
},
6662
'Platform' => 'win',
6763
'Targets' =>
6864
[

0 commit comments

Comments
 (0)