Correct SEP client exclusion enumeration

bug/bundler_fix
Jon Hart 2015-12-08 10:16:25 -08:00
parent 457ee421a6
commit 3890961155
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Metasploit3 < Msf::Post
def excluded_sep
base_exclusion_key = "#{SEP_BASE_KEY}\\Exclusions\\ScanningEngines\\Directory"
admin_exclusion_key = "#{base_exclusion_key}\\Admin"
admin_exclusion_key = "#{base_exclusion_key}\\Client"
client_exclusion_key = "#{base_exclusion_key}\\Client"
admin_paths = []
if (admin_exclusion_keys = registry_enumkeys(admin_exclusion_key, @registry_view))