list_esc1_vulnerable_certificate_templates
Identify ESC1 vulnerable certificate templates in Active Directory to assess and mitigate security risks efficiently using Certipy.
Instructions
List ESC1 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_esc1_vulnerable_certificate_templatesArguments",
"type": "object"
}