redttps

Enumerate ADCS using Certutil

Description

Certutil (short for Certificate Utility) is a command-line program that is used to manage and manipulate certificates and certification authority (CA) data on Windows systems.


Cheatsheet

  1. General information about certificates
  2. certutil -dump
            
  3. Local (CA) information
  4. certutil -ca
            
  5. List all local certificate templates
  6. certutil -catemplates
            
  7. List all certificate templates in detail mode
  8. certutil -v -template
            
  9. Detailed information on all certificate templates
  10. certutil -v -dstemplate
            
  11. Lists all the certificate templates that support client authentication
  12. certutil -v -template -clientauth
            
  13. Displays detailed information about a specific template (ESC1)
  14. certutil -template ESC1