File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/post/windows/gather/credentials Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ def initialize(info={})
31
31
def run
32
32
# Find out where things are installed
33
33
print_status ( 'Finding Tomcat install path...' )
34
- subkeys = registry_enumkeys ( 'HKLM\\ Software\\ Network Associates\ \ePolicy Orchestrator' , REGISTRY_VIEW_32_BIT )
34
+ subkeys = registry_enumkeys ( 'HKLM\Software\Network Associates\ePolicy Orchestrator' , REGISTRY_VIEW_32_BIT )
35
35
if subkeys . nil? or subkeys . empty?
36
36
print_error ( 'ePO 4.6 Not Installed or No Permissions to RegKey' )
37
37
return
38
38
end
39
39
# Get the db.properties file location
40
- epol_reg_key = 'HKLM\\ Software\\ Network Associates\ \ePolicy Orchestrator'
40
+ epol_reg_key = 'HKLM\Software\Network Associates\ePolicy Orchestrator'
41
41
dbprops_file = registry_getvaldata ( epol_reg_key , 'TomcatFolder' , REGISTRY_VIEW_32_BIT )
42
42
if dbprops_file == nil or dbprops_file == ''
43
43
print_error ( 'Could not find db.properties file location' )
You can’t perform that action at this time.
0 commit comments