First of all, download the archive containing the tool (the latest release is in the trunk). Get it here: http://blog.gentilkiwi.com/mimikatz
Extract the contents, access the either the Win32 or x64 folder (depends which OS you have installed, 32 or 64 bit) and run mimikatz.exe
1) A Command prompt will apear, and there you need to type:
privilege::debug
2) Afterwards type this:
crypto::patchcng
2b) If you get errors, try this instead:
crypto::patchcapi
3) And the last step:
crypto::exportCertificates
3b) Again, if you get errors, try this one:
crypto::exportCertificates CERT_SYSTEM_STORE_LOCAL_MACHINE
Your Certificate(s) should now be dumped to your Documents folder. They are the pfx files and have assigned a password, "mimikatz". That is what you will need to input when you try to import them on any computer.
Enjoy, and remember not to use this for malicious purposes :P
That's pretty neat thanks!
ReplyDeletePrecisely why I primarily use Ubuntu.
ReplyDeletenice !
ReplyDeletefollowing.
good stuff
ReplyDeleteInteresting... shame that it's windows only though.
ReplyDeleteI didn't know, thanks
ReplyDeleteInteresting, didn't know much about certificates. Thanks!
ReplyDeleteGreat stuff! Thanks!
ReplyDeleteGood, but what should I do if I set a password on the my certificates export?
ReplyDelete