mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 19:15:44 +02:00
16 lines
351 B
Markdown
16 lines
351 B
Markdown
# mimikatz dpapi
|
|
|
|
> Interact with the Windows Data Protection API (DPAPI).
|
|
> More information: <https://github.com/gentilkiwi/mimikatz>.
|
|
|
|
- List master keys:
|
|
|
|
`mimikatz "dpapi::masterkey /list"`
|
|
|
|
- Decrypt a DPAPI blob:
|
|
|
|
`mimikatz "dpapi::blob /in:blob_file.bin"`
|
|
|
|
- Retrieve Chrome credentials using DPAPI:
|
|
|
|
`mimikatz "dpapi::chrome /in:Login Data"`
|