Skip to content

Commit a8d03ae

Browse files
author
Pedro Ribeiro
committed
Fix bug with PMP db paths
1 parent 4733416 commit a8d03ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/manage_engine_dc_pmp_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def db_paths
216216
paths = desktop_central_db_paths
217217

218218
if paths.empty?
219-
paths = check_password_manager_pro
219+
paths = password_manager_paths
220220
end
221221

222222
paths

0 commit comments

Comments
 (0)