ADCSKiller: ADCS Exploitation Automation Tool
ADCSKiller – An ADCS Exploitation Automation Tool
ADCSKiller is a Python-based tool designed to automate the process of discovering and exploiting Active Directory Certificate Services (ADCS) vulnerabilities. It leverages features of Certipy and Coercer to simplify the process of attacking ADCS infrastructure. Please note that the ADCSKiller is currently in its first drafts and will undergo further refinements and additions in future updates for sure.
Features
- Enumerate Domain Administrators via LDAP
- Enumerate Domaincontrollers via LDAP
- Enumerate Certificate Authorities via Certipy
- Exploitation of ESC1
- Exploitation of ESC8
Todos
- Tests, Tests, Tests
- Enumerate principals which are allowed to dcsync
- Use dirkjanm’s gettgtpkinit.py to receive a ticket instead of Certipy auth
- Support DC Certificate Authorities
- ESC2 – ESC7
- ESC9 – ESC11?
- Automated add an ADIDNS entry if required
- Support DCSync functionality
Install
Since this tool relies on Certipy and Coercer, both tools have to be installed first.