mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 22:55:54 +02:00
351 B
351 B
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"