Skip to content

Commit 2ffa368

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/exploits/windows/browser/ntr_activex_check_bof.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def initialize(info = {})
5151
'DefaultOptions' =>
5252
{
5353
'EXITFUNC' => 'process',
54+
'InitialAutoRunScript' => 'migrate -f'
5455
},
5556
'Payload' =>
5657
{
@@ -59,10 +60,6 @@ def initialize(info = {})
5960
'BadChars' => "",
6061
'PrependEncoder' => "\x81\xc4\x54\xf2\xff\xff" # Stack adjustment # add esp, -3500
6162
},
62-
'DefaultOptions' =>
63-
{
64-
'InitialAutoRunScript' => 'migrate -f'
65-
},
6663
'Platform' => 'win',
6764
'Targets' =>
6865
[

0 commit comments

Comments
 (0)