dust-life / DCSyncer

Perform DCSync operation without mimikatz

Home Page:https://notsoshant.github.io/tools/dcsyncer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.github.io/tools/dcsyncer/

About

Perform DCSync operation without mimikatz

https://notsoshant.github.io/tools/dcsyncer/


Languages

Language:C 100.0%