
Uno strumento di automazione dello sfruttamento di ADCS che arma Certipy e Coercer
ADCSKiller è uno strumento basato su Python progettato per automatizzare il processo di scoperta e sfruttamento delle vulnerabilità di Active Directory Certificate Services (ADCS). Sfrutta le funzionalità di Certipy e Coercer per semplificare il processo di attacco all'infrastruttura ADCS. Si noti che ADCSKiller è attualmente in una prima bozza e subirà ulteriori perfezionamenti e aggiunte nei futuri aggiornamenti, sicuramente.

Poiché questo strumento dipende da Certipy e Coercer, entrambi gli strumenti devono essere installati prima.
git clone https://github.com/ly4k/Certipy && cd Certipy && python3 setup.py install
git clone https://github.com/p0dalirius/Coercer && cd Coercer && pip install -r requirements.txt && python3 setup.py install
git clone https://github.com/grimlockx/ADCSKiller/ && cd ADCSKiller && pip install -r requirements.txt
Usage: adcskiller.py [-h] -d DOMAIN -u USERNAME -p PASSWORD -t TARGET -l LEVEL -L LHOST
Options:
-h, --help Show this help message and exit.
-d DOMAIN, --domain DOMAIN
Target domain name. Use FQDN
-u USERNAME, --username USERNAME
Username.
-p PASSWORD, --password PASSWORD
Password.
-dc-ip TARGET, --target TARGET
IP Address of the domain controller.
-L LHOST, --lhost LHOST
FQDN of the listener machine - An ADIDNS is probably required