list_esc3_vulnerable_certificate_templates
Identify certificate templates vulnerable to ESC3 attacks in Active Directory environments using Certipy. Simplifies detection for enhanced security analysis.
Instructions
List ESC3 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_esc3_vulnerable_certificate_templatesArguments",
"type": "object"
}