dploot

DPAPI looting remotely in Python

dploot is Python rewrite of SharpDPAPIarrow-up-right written un C# by Harmj0yarrow-up-right, which is itself a port of DPAPI from Mimikatzarrow-up-right by gentilkiwiarrow-up-right. It implements all the DPAPI logic of these tools, but this time it is usable with a python interpreter and from a Linux environment.

Not as a domain administrator

If domain admin privileges have not been obtained (yet), use lsassyarrow-up-right to harvest decrypted masterkeys:

lsassy -u Administrator -p 8WA4q0pm 10.10.121.107 -m rdrleakdiag -M masterkeys

Then you can use this masterkey file to loot the targeted computer, for example with User Triage commands:

Dumping browser (Google Chrome) credentials

Using the same methodology we can also remotely dump browser credentials.

First gather masterkeys as shown above. Then do the following:

Tooling

Last updated