1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 07:55:53 +02:00
tldr/pages/windows/mimikatz-dpapi.md

17 lines
351 B
Markdown
Raw Normal View History

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