SharpDPAPI
SharpDPAPI copied to clipboard
SharpDPAPI is a C# port of some Mimikatz DPAPI functionality.
fix markdown formatting
In the new version of Chrome, when Chrome is running, the Cookies file will be displayed as being occupied by chrome.exe and cannot be read or copied. This restriction can...
Added appropriate paths to search for cookies/states/etc.
This PR allows the user to specify the `/password` flag in SHA1 format when the machine is not domain-joined (i.e. local). These SHA1 passwords are calculated as `SHA1(UTF16LE(password))`, which is...
Ran the masterkeys command twice to compare the output from /rpc and /pvk. Note that the same masterkey GUID has two different values depending on if /rpc or /pvk was...
Using the `/ntlm` switch, it is not possible to decrypt the user's masterkey. While on the same system, same user, same credentials it is possible with the cleartex password using...
Hi, I just wanted to leave this here in case anyone is interested in adding this. It may not be suitable due to compatibility requirements on the project, but the...