Last active
October 30, 2024 14:41
-
-
Save Tw1sm/95fa6b4758ef2666dca3b253da4d2d80 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Parameter | Example Value | Meaning | Default Value | |
---|---|---|---|---|
Query | (objectclass=pKIEnrollmentService) | Filter on objectclass attribute to query EnterpriseCA objects | N/A - required argument | |
Attributes | *,ntsecuritydescriptor | Return all attributes and the nTSecurityDescriptor (allows BOFHound to parse ACLs) | All attributes, but excluding nTSecurityDescriptor | |
Result Count | 0 | Return all results (non-zero value limits results returned) | 0 | |
Scope | 3 | Use subtree (deep) search. Lower values can be used to narrow the search scope | 3 | |
Domain Controller | " | Left unspecified to resort to default behavior | Defaults to automatic DC resolution | |
Distinguished Name/Search Base | CN=Configuration,DC=domain,DC=local | Begin the query in the Configuration naming context | The default domain context | |
LDAPS | N/A | Left unspecified for regular LDAP; set to 1 for LDAPS usage | 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment