mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
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"