Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-31 00:21:38 +00:00
parent f892946174
commit fcb8fde17a
127 changed files with 564 additions and 116 deletions

View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# 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"`