mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 04:35:44 +02:00
353 B
353 B
mimikatz crypto
Manipulate Windows cryptographic services and certificates. More information: https://github.com/gentilkiwi/mimikatz.
- List cryptographic providers:
mimikatz "crypto::providers"
- List keys in a cryptographic provider:
mimikatz "crypto::capi"
- Export certificates and keys:
mimikatz "crypto::certificates /export"