mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 03:57:13 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/windows/mimikatz-dpapi
Normal file
21
tldr/windows/mimikatz-dpapi
Normal 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"`
|
||||
Reference in New Issue
Block a user