Skip to content

Commit 711b97e

Browse files
committed
Beautify metadata
1 parent 32d4bf0 commit 711b97e

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

modules/auxiliary/admin/http/me_dc9_admin.rb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# This module requires Metasploit: http//metasploit.com/download
2+
# This module requires Metasploit: http://metasploit.com/download
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

@@ -14,29 +14,28 @@ def initialize(info = {})
1414
super(update_info(info,
1515
'Name' => 'ManageEngine Desktop Central Administrator Account Creation',
1616
'Description' => %q{
17-
This module exploits an administrator account creation vulnerability in Desktop Central
18-
from v7 onwards by sending a crafted request to DCPluginServelet.
19-
It has been tested in several versions of Desktop Central (including MSP) from
20-
v7 onwards.
21-
},
17+
This module exploits an administrator account creation vulnerability in Desktop Central
18+
from v7 onwards by sending a crafted request to DCPluginServelet. It has been tested in
19+
several versions of Desktop Central (including MSP) from v7 onwards.
20+
},
2221
'Author' =>
2322
[
2423
'Pedro Ribeiro <pedrib[at]gmail.com>' # Vulnerability discovery and MSF module
2524
],
2625
'License' => MSF_LICENSE,
2726
'References' =>
2827
[
29-
[ 'CVE', '2014-7862' ],
30-
[ 'OSVDB', '116554' ],
31-
[ 'URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/ManageEngine/me_dc9_admin.txt' ],
32-
[ 'URL', 'http://seclists.org/fulldisclosure/2015/Jan/2' ]
28+
['CVE', '2014-7862'],
29+
['OSVDB', '116554'],
30+
['URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/ManageEngine/me_dc9_admin.txt'],
31+
['URL', 'http://seclists.org/fulldisclosure/2015/Jan/2']
3332
],
3433
'DisclosureDate' => 'Dec 31 2014'))
3534

3635
register_options(
3736
[
3837
OptPort.new('RPORT', [true, 'The target port', 8020]),
39-
OptString.new('TARGETURI', [ true, "Desktop Central URI", '/']),
38+
OptString.new('TARGETURI', [ true, 'ManageEngine Desktop Central URI', '/']),
4039
OptString.new('USERNAME', [true, 'The username for the new admin account', 'msf']),
4140
OptString.new('PASSWORD', [true, 'The password for the new admin account', 'password']),
4241
OptString.new('EMAIL', [true, 'The email for the new admin account', '[email protected]'])

0 commit comments

Comments
 (0)