Skip to content

notsoshant/DCSyncer

Repository files navigation

DCSyncer

DCSyncer is a tool that performs DCSync operation. It is derived from mimikatz. This is first time I have worked with Windows Programming, plus first time going through the mimikatz code to understand its working. So, the code may look amateurish.

Currently, this tool will dump hashes for all users, single user hash dump is not supported. Also, it is available only for 64-bit systems.

Usage

Just download the tool from releases and run it. It doesn't require any command line arguments.

Write-up

Full write-up on working of this tool is available here:
https://notsoshant.io/tools/dcsyncer/