File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
modules/post/windows/gather/credentials Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,11 @@ def initialize(info = {})
28
28
) ,
29
29
'License' => MSF_LICENSE ,
30
30
'Author' => [
31
- 'Mike Manzotti <michelemanzotti[at]gmail.com>' , # Metasploit module?
32
- 'Maurizio inode Agazzini' # original research?
31
+ 'Mike Manzotti <mike.manzotti[at]dionach.com>' , # Metasploit module
32
+ 'Maurizio inode Agazzini' # original research
33
+ ] ,
34
+ 'References' => [
35
+ [ 'URL' , 'https://www.dionach.com/blog/disabling-mcafee-on-access-scanning' ]
33
36
] ,
34
37
'Platform' => [ 'win' ] ,
35
38
'SessionTypes' => [ 'meterpreter' ]
@@ -44,7 +47,7 @@ def enum_vse_keys
44
47
'HKLM\\Software\\McAfee\\DesktopProtection' # 32-bit
45
48
] . each do |key |
46
49
subkeys = registry_enumkeys ( key )
47
- keys << key unless subkeys . empty ?
50
+ keys << key unless subkeys . nil ?
48
51
end
49
52
keys
50
53
end
You can’t perform that action at this time.
0 commit comments