{"id":18107131,"url":"https://github.com/byt3n33dl3/crackmapexec","last_synced_at":"2025-03-29T13:31:49.083Z","repository":{"id":248473353,"uuid":"776332691","full_name":"byt3n33dl3/CrackMapExec","owner":"byt3n33dl3","description":"A swiss army Knife for Penetration testing Networks and Active Directory.","archived":true,"fork":false,"pushed_at":"2025-01-04T00:51:09.000Z","size":7398,"stargazers_count":41,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T15:46:47.710Z","etag":null,"topics":["active-directory","crackmapexec","kerberos-attack","networks","offensive-security","penetration-testing","powershell","python3"],"latest_commit_sha":null,"homepage":"https://netexec.wiki","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/byt3n33dl3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-23T08:00:10.000Z","updated_at":"2025-03-12T08:13:15.000Z","dependencies_parsed_at":"2024-09-18T06:33:33.397Z","dependency_job_id":"5de1b1a9-3c70-4c41-b029-2027603b7952","html_url":"https://github.com/byt3n33dl3/CrackMapExec","commit_stats":null,"previous_names":["pxcs/crackmapexec","byt3n33dl3/crackmapexec"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FCrackMapExec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FCrackMapExec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FCrackMapExec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FCrackMapExec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byt3n33dl3","download_url":"https://codeload.github.com/byt3n33dl3/CrackMapExec/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246190470,"owners_count":20738036,"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","crackmapexec","kerberos-attack","networks","offensive-security","penetration-testing","powershell","python3"],"created_at":"2024-10-31T23:09:27.757Z","updated_at":"2025-03-29T13:31:44.074Z","avatar_url":"https://github.com/byt3n33dl3.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CrackMapExec\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://cloud.githubusercontent.com/assets/5151193/17577511/d312ceb4-5f3b-11e6-8de5-8822246289fd.jpg\" alt=\"cme\"/\u003e\n\u003c/p\u003e\n\n## Continuing the `CrackMapExec` Project\n\n[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSDv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\nfrom [@byt3bl33d3r](https://github.com/byt3bl33d3r)\u003cbr\u003e\n\nBuffing the **Password Spraying** ability attacks, which involve trying a few common `passwords` across many accounts to avoid account lockout. Then **User Hunting** attacks method, to identify where specific users are logged in within the network. This is useful for targeting specific high-value *accounts.*\n\n## Kerberos Attacks\nUpgrading this capabilities for performing Kerberos-based attacks such as AS-REP roasting and Kerberoasting.\n\n```shell\ncme kerberos \u003ctarget\u003e -u \u003cusername\u003e -p \u003cpassword\u003e --asreproast\ncme kerberos \u003ctarget\u003e -u \u003cusername\u003e -p \u003cpassword\u003e --kerberoast\n```\n\n## Acknowledgments\n**( These are the people who did the hard stuff )**\n\nThis project was originally inspired by:\n- [CredCrack](https://github.com/gojhonny/CredCrack)\n- [smbexec](https://github.com/pentestgeek/smbexec)\n- [smbmap](https://github.com/ShawnDEvans/smbmap)\n\nUnintentional contributors:\n\n- The [Empire](https://github.com/PowerShellEmpire/Empire) project\n- @T-S-A's [smbspider](https://github.com/T-S-A/smbspider) script\n- @ConsciousHacker's partial Python port of Invoke-obfuscation from the [GreatSCT](https://github.com/GreatSCT/GreatSCT) project\n\nYou are on the **latest up-to-date** CrackMapExec\n\n- If you want to report a problem, open un [Issue](https://github.com/byt3n33dl3/CrackMapExec/issues) \n- If you want to contribute, open a [Pull Request](https://github.com/byt3n33dl3/CrackMapExec/pulls)\n- If you want to discuss, open a [Discussion](https://github.com/byt3n33dl3/CrackMapExec/discussions)\n\n## Documentation, Tutorials, Examples\nSee the project's [wiki](https://www.crackmapexec.wiki/) for documentation and usage examples\n\n## Thanks to\n\u003e- byt3bl33d3r\n- cube0x0 ( for SME )\n- GhostPack ( Rubeus )\n\n## Installation\nPlease see the installation instructions on the [official wiki](https://www.crackmapexec.wiki/getting-started/installation)\n\n```shell\ngit clone https://github.com/byt3n33dl3/CrackMapExec\ncd CrackMapExec\npython3 build_collector.py\n```\n\n## Code Contributors\n\nAwesome code contributors of CrackMapExec\n\n[![](https://github.com/byt3n33dl3.png?size=50)](https://github.com/byt3n33dl3)\n[![](https://github.com/Marshall-Hallenbeck.png?size=50)](https://github.com/Marshall-Hallenbeck)\n[![](https://github.com/zblurx.png?size=50)](https://github.com/zblurx)\n[![](https://github.com/NeffIsBack.png?size=50)](https://github.com/NeffIsBack)\n[![](https://github.com/Hackndo.png?size=50)](https://github.com/Hackndo)\n[![](https://github.com/Projectdiscovery.png?size=50)](https://github.com/Projectdiscovery)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3n33dl3%2Fcrackmapexec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyt3n33dl3%2Fcrackmapexec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3n33dl3%2Fcrackmapexec/lists"}