1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 07:15:52 +02:00
tldr/pages/windows/mimikatz-crypto.md
Adriano Inghingolo b9aed740bd
mimikatz: add pages (#17405)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-07-30 17:04:22 +03:00

16 lines
353 B
Markdown

# 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"`