diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2f8ca5 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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. + +## Usage + +Just download the tool from releases and run it. It doesn't require any command line arguments.