{"id":28234224,"url":"https://github.com/mordavid/dcsynchound","last_synced_at":"2025-06-12T21:31:10.937Z","repository":{"id":226643482,"uuid":"769269068","full_name":"MorDavid/DCSyncHound","owner":"MorDavid","description":"This script analyzes the DCSync output file from several tools (such as Mimikatz, Secretsdump and SharpKatz...)","archived":false,"fork":false,"pushed_at":"2025-03-17T00:24:49.000Z","size":201,"stargazers_count":47,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-18T22:13:22.134Z","etag":null,"topics":["active-directory","activedirectory","activedirectoryassesssment","activedirectorysecurity","bloodhound","bloodhound-pentest-tool","bloodhound-setup","bloodhound-tutorial","dcsync"],"latest_commit_sha":null,"homepage":"https://www.MORDAVID.com","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MorDavid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":"mordavid","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"mordavid","thanks_dev":null,"custom":null}},"created_at":"2024-03-08T17:34:27.000Z","updated_at":"2025-05-06T19:24:24.000Z","dependencies_parsed_at":"2025-01-14T02:29:11.712Z","dependency_job_id":"def4a43d-578f-48ad-9945-bb2d73ce7f90","html_url":"https://github.com/MorDavid/DCSyncHound","commit_stats":null,"previous_names":["mordavid/dcsynchound"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MorDavid/DCSyncHound","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorDavid%2FDCSyncHound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorDavid%2FDCSyncHound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorDavid%2FDCSyncHound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorDavid%2FDCSyncHound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MorDavid","download_url":"https://codeload.github.com/MorDavid/DCSyncHound/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorDavid%2FDCSyncHound/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259533643,"owners_count":22872427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["active-directory","activedirectory","activedirectoryassesssment","activedirectorysecurity","bloodhound","bloodhound-pentest-tool","bloodhound-setup","bloodhound-tutorial","dcsync"],"created_at":"2025-05-18T22:13:23.261Z","updated_at":"2025-06-12T21:31:10.926Z","avatar_url":"https://github.com/MorDavid.png","language":"Python","readme":"## Stay Updated on Telegram (RootSec - Cyber Write ups \u0026 Tools)\n[https://t.me/root_sec](https://t.me/root_sec)\n\n# DCSyncHound\nDCSyncHound is a cyber-security tool designed to assist in protecting your Active Directory environment against potential threats and unauthorized access.\\\nThis script analyzes the DCSync output file from several tools (such as Mimikatz, Secretsdump and SharpKatz...) and Hashcat's results and combine them into a single Excel file (xlsx) and load the details to your bloodhound.\\\n\\\n![Excel Screenshot](./images/excel_screenshot.png)\n\n## NEW FEATURE: Data Loading to Bloodhound Database\nLoading NTLMs and plain-text password to your Bloodhound database.\\\n*It's cool feature but you must take care and protect your bloodhound.*\\\n\\\n![Bloodhound Screenshot](./images/bh_screenshot.png)\n\n## Usage\n```\nUsage: DCSyncHound.py [-h] [--dburi DATABASEURI] [-u DATABASEUSER] [-p DATABASEPASSWORD] -d DOMAIN -f FILE_LOAD -t DCSYNC_TYPE -c FILE_CRACK -o OUTPUT_FILE [-b] [-v]\n\nDCSyncHound - This script analyzes the DCSync output file from several tools (such as Mimikatz, Secretsdump and SharpKatz...) and Hashcat's results and combine them into a single Excel file (xlsx)\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --dburi DATABASEURI   Database URI\n  -u DATABASEUSER, --dbuser DATABASEUSER\n                        Database user\n  -p DATABASEPASSWORD, --dbpassword DATABASEPASSWORD\n                        Database password\n  -d DOMAIN, --domain DOMAIN\n                        Domain Name (example: lab.local)\n  -f FILE_LOAD, --file FILE_LOAD\n                        DCSync Output file\n  -t DCSYNC_TYPE, --type DCSYNC_TYPE\n                        Options: Mimikatz,Secretsdump,SharpKatz. Note: If you use mimikatz you need flags of /csv /all\n  -c FILE_CRACK, --hashcat FILE_CRACK\n                        Hashcat Output file\n  -o OUTPUT_FILE, --output OUTPUT_FILE\n                        Output file\n  -b, --bloodhound      Data Loading to Bloodhound Database\n  -v, --verbose         Verbose mode\n```\n\n## License\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\n\n\u003ca href=\"https://www.buymeacoffee.com/mordavid\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n","funding_links":["https://patreon.com/mordavid","https://buymeacoffee.com/mordavid","https://www.buymeacoffee.com/mordavid"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmordavid%2Fdcsynchound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmordavid%2Fdcsynchound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmordavid%2Fdcsynchound/lists"}