Skip to content

Commit b671c9b

Browse files
committed
Fix duplicate hash key "DefaultOptions"
In modules/exploits/windows/browser/oracle_autovue_setmarkupmode.rb.
1 parent 2e90f26 commit b671c9b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

modules/exploits/windows/browser/oracle_autovue_setmarkupmode.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,13 @@ def initialize(info = {})
5656
'DefaultOptions' =>
5757
{
5858
'EXITFUNC' => 'process',
59-
59+
'InitialAutoRunScript' => 'migrate -f'
6060
},
6161
'Payload' =>
6262
{
6363
'Space' => 948,
6464
'DisableNops' => true,
6565
},
66-
'DefaultOptions' =>
67-
{
68-
'InitialAutoRunScript' => 'migrate -f'
69-
},
7066
'Platform' => 'win',
7167
'Targets' =>
7268
[

0 commit comments

Comments
 (0)