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
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ def initialize(info = {})
98
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]),
100
100
OptString.new('CA',[false,'The name of the Certificate Authority you wish to preform the registry checks on'],conditions: %w[RUN_REGISTRY_CHECKS==true]),
101
-
OptInt.new('TIMEOUT',[false,'The WinRM timeout when running registry checks',20],conditions: %w[RUN_REGISTRY_CHECKS==true]),
101
+
OptInt.new('WINRM_TIMEOUT',[false,'The WinRM timeout when running registry checks',20],conditions: %w[RUN_REGISTRY_CHECKS==true]),
0 commit comments