Make the rubocop happy
parent
2fd9b0b77b
commit
ec10a82c56
|
@ -30,7 +30,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
['CVE', '2018-7890'],
|
||||
['URL', 'https://pentest.blog/advisory-manageengine-applications-manager-remote-code-execution-sqli-and/']
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'WfsDelay' => 10,
|
||||
'RPORT' => 9090
|
||||
|
@ -44,8 +44,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'Targets' => [['Automatic', {}]],
|
||||
'Privileged' => true,
|
||||
'DisclosureDate' => 'Mar 7 2018',
|
||||
'DefaultTarget' => 0
|
||||
))
|
||||
'DefaultTarget' => 0))
|
||||
|
||||
register_options(
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue