mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
Fix duplicate hash key "DefaultOptions"
In modules/exploits/windows/browser/ntr_activex_stopmodule.rb.
This commit is contained in:
parent
b671c9b496
commit
f2c96b4fdd
@ -48,6 +48,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'process',
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Payload' =>
|
||||
{
|
||||
@ -55,10 +56,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
'DisableNops' => true,
|
||||
'BadChars' => ""
|
||||
},
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user