Skip to content
skelsec edited this page Apr 12, 2021 · 2 revisions

What it does

Calculates the Domain Cached Credential v2 (DCC2) hash of an input password. Just a helper utility really.

Remarks

None

Requirements

Kernel mode arbitrary read/write

Subcommands

None

Switches

-i : Iteration count. This has a default value of 10240, but there might be systems where it's custom. You can get the value from the registry eg. using the registry command on the hive files, or poll it from a live system.

Examples

  • pypykatz dcc <username> <password>: Calculates the DCC2 hash of the <username> <password> and prints it to STDOUT
Clone this wiki locally