Skip to content

dpapi securestring command

skelsec edited this page Apr 13, 2021 · 1 revision

What it does

Decrypts a securestring file using the (already decrypted) masterkey file.

Remarks

None

Requirements

  • Decrypted Mastekey file (I hope you haven't forgot to use -o)
  • The securestring file or the hex string representing the securestring

Subcommands

None

Switches

None

Examples

  • pypykatz dpapi securestring mkf.json securestring.dat: Decrypts the securestring file.
Clone this wiki locally