list_esc2_vulnerable_certificate_templates
Identify ESC2 vulnerability in Active Directory Certificate Templates using Certipy. Streamlines detection of insecure configurations for enhanced AD security.
Instructions
List ESC2 vulnerable Certificate Template(s) [Required: Certipy]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_esc2_vulnerable_certificate_templatesArguments",
"type": "object"
}