1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 22:55:54 +02:00
tldr/pages/windows/mimikatz-dpapi.md
Adriano Inghingolo b9aed740bd
mimikatz: add pages (#17405)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-07-30 17:04:22 +03:00

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"