Catalog WADComs

WAD · Tool

SharpDPAPI

1 technique Windows · ActiveDirectoryWADComs GPL-3.0

SharpDPAPI-Masterkeys-Credentials

NEW
Credential Access WindowsActiveDirectory

SharpDPAPI is a C# port of Mimikatz's DPAPI functionality for triaging Windows Data Protection API secrets. The masterkeys command decrypts the current user's DPAPI master keys (with /password: for their plaintext, or /pvk: with the domain backup key), writing a {GUID}:SHA1 lookup file. The credentials command then uses that /mkfile: to decrypt the user's Credential Manager blobs to plaintext. Run it from the user's own context or an elevated shell; it avoids dropping Mimikatz on disk. Command Reference: Password: password123 Masterkey file: masterkeys.txt

# Decrypt the user's DPAPI masterkeys
SharpDPAPI.exe masterkeys /password:password123

# Decrypt Credential Manager blobs with the recovered masterkeys
SharpDPAPI.exe credentials /mkfile:masterkeys.txt
Native
Credential Access
Requires
Shell, Password
Services
NTLM