gentilkiwi / mimikatz

A little tool to play with Windows security
http://blog.gentilkiwi.com/mimikatz
19.24k stars 3.68k forks source link

mimikatz closes when trying to export certificate to DER #327

Open hsh9544 opened 3 years ago

hsh9544 commented 3 years ago

I lost access to EFS encrypted files after reinstalling windows, and I finally found a method to build a PFX certificate here. After recovering files in "SystemCertificates" folder, I tried to "export certificate and its public key to DER" using crypto::system, and mimikatz closed with the following output: * File: 'CERTIFICATE_FILE_NAME' I have tried it on a few machines, including a Windows XP VM, and with privilege::debug. I also tried crypto::system with current certificates, and everything is working as expected. Is it normal, or can anyone help me, please?

chandru3508 commented 3 years ago

Same problem here. I recovered the file from System Certificate and when i try to export it to .der it is crashing. I think its unable to fetch any data from the file. Here's that file https://drive.google.com/file/d/1DhweacDQkx_kv668rG6jOGbw-FWxEbR1/view?usp=sharing.