mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 13:46:53 +00:00
22 lines
447 B
Plaintext
22 lines
447 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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"`
|