You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/auxiliary/gather/ldap_esc_vulnerable_cert_finder.rb
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ def initialize(info = {})
95
95
96
96
register_options([
97
97
OptString.new('BASE_DN',[false,'LDAP base DN if you already have it']),
98
-
OptEnum.new('REPORT',[true,'What templates to report (applies filtering to results)','vulnerable-and-published',%w[allvulnerablevulnerable-and-publishedvulnerable-and-enrollable]]),
98
+
OptEnum.new('REPORT',[true,'What templates to report (applies filtering to results)','vulnerable-and-published',%w[allpublishedenrollablevulnerablevulnerable-and-publishedvulnerable-and-enrollable]]),
99
99
OptBool.new('RUN_REGISTRY_CHECKS',[true,'Authenticate to WinRM to query the registry values to enhance reporting for ESC9, ESC10 and ESC16. Must be a privileged user in order to query successfully',false]),
0 commit comments