Skip to content

Commit f2c96b4

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/exploits/windows/browser/ntr_activex_stopmodule.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,14 @@ def initialize(info = {})
4848
'DefaultOptions' =>
4949
{
5050
'EXITFUNC' => 'process',
51+
'InitialAutoRunScript' => 'migrate -f'
5152
},
5253
'Payload' =>
5354
{
5455
'Space' => 1024,
5556
'DisableNops' => true,
5657
'BadChars' => ""
5758
},
58-
'DefaultOptions' =>
59-
{
60-
'InitialAutoRunScript' => 'migrate -f'
61-
},
6259
'Platform' => 'win',
6360
'Targets' =>
6461
[

0 commit comments

Comments
 (0)