File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/exploits/multi/http Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Metasploit3 < Msf::Exploit::Remote
15
15
16
16
def initialize ( info = { } )
17
17
super ( update_info ( info ,
18
- 'Name' => "ManageEngine Password Manager MetadataServlet .dat SQL Injection" ,
18
+ 'Name' => "ManageEngine Desktop Central / Password Manager LinkViewFetchServlet .dat SQL Injection" ,
19
19
'Description' => %q{
20
20
This module exploits an unauthenticated blind SQL injection in LinkViewFetchServlet,
21
21
which is exposed in ManageEngine Desktop Central v7 build 70200 to v9 build 90033 and
@@ -216,7 +216,7 @@ def db_paths
216
216
paths = desktop_central_db_paths
217
217
218
218
if paths . empty?
219
- paths = check_password_manager_pro
219
+ paths = password_manager_paths
220
220
end
221
221
222
222
paths
You can’t perform that action at this time.
0 commit comments