{"id":20279562,"url":"https://github.com/onero/ahashcracker","last_synced_at":"2025-10-06T21:07:00.924Z","repository":{"id":170591742,"uuid":"646766531","full_name":"onero/aHashCracker","owner":"onero","description":"Password hash cracker written in Rust that supports cracking password hashes from Linux (/etc/shadow) and Windows (NTLM).","archived":false,"fork":false,"pushed_at":"2025-05-09T20:08:27.000Z","size":19,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T09:46:03.506Z","etag":null,"topics":["cracking-hashes","md5-hash","ntlm","rust","sha256-hash","sha512-hash"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onero.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-29T09:43:26.000Z","updated_at":"2025-04-08T18:55:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1057cd4-074c-4f35-8576-0d47dd5cc504","html_url":"https://github.com/onero/aHashCracker","commit_stats":null,"previous_names":["onero/ahashcracker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/onero/aHashCracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onero%2FaHashCracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onero%2FaHashCracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onero%2FaHashCracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onero%2FaHashCracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onero","download_url":"https://codeload.github.com/onero/aHashCracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onero%2FaHashCracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278679720,"owners_count":26027143,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cracking-hashes","md5-hash","ntlm","rust","sha256-hash","sha512-hash"],"created_at":"2024-11-14T13:31:25.369Z","updated_at":"2025-10-06T21:07:00.886Z","avatar_url":"https://github.com/onero.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aHashCracker\r\n\r\nThis is a password hash cracker written in Rust.\r\nIt supports cracking password hashes from Linux (/etc/shadow) and Windows (NTLM).\r\n\r\n## Features\r\n\r\n- Supports MD5, SHA256, SHA512, and NTLM hash types.\r\n- Reads from rockyou wordlist file to perform a dictionary attack.\r\n- Identifies the hash type automatically.\r\n- Docker support for easy deployment and usage.\r\n\r\n## Usage\r\n\r\n### Running with docker-compose\r\n\r\nNB. The container ships with rockyou.txt included!\r\n\r\nYou can run the program in a Docker container with compose.\r\nFor this you just need to have [Docker](https://docs.docker.com/get-docker/) installed.\r\n\r\n1. Download the [docker-compose.yml](https://github.com/onero/aHashCracker/blob/master/docker-compose.yml)\r\n2. Run the program with docker-compose\r\n\r\n```bash\r\ndocker-compose run cracker\r\n```\r\n\r\n### Running from the binary\r\n\r\n1. Grab the latest [release](https://github.com/onero/aHashCracker/releases)\r\n2. Download a wordlist (rockyou was used, but feel free to use any and rename to \"rockyou.txt\") and place it next to the program in wordlist/rockyou.txt\r\n\r\n```\r\n├── FolderWithFiles/\r\n  └── aHashCracker\r\n    └── wordlist/\r\n      └── rockyou.txt\r\n```\r\n\r\n3. Execute binary and pwn passwords!\r\n\r\n### Example of program running\r\n\r\nThe program will prompt for the hash line\r\n\r\n```bash\r\nEnter the line from /etc/shadow or SAM DB:\r\nadamino:502:c46b9e588fa0d112de6f59fd6d58eae3:C196CAE1F0F364BAF748EE0E7F753A15:::\r\n\r\n...\r\n[9997] No match...\r\n[9998] No match...\r\n[9999] No match...\r\nCracked password: Attempt: 10000\r\nResult: adamino:kupal\r\n```\r\n\r\n### Development\r\n\r\nYou'll need to [install Rust](https://www.rust-lang.org/tools/install) in order to run the project.\r\n\r\n1. Clone the repository:\r\n\r\n```bash\r\ngit clone https://github.com/onero/aHashCracker.git\r\ncd aHashCracker\r\n```\r\n\r\n2. Download a wordlist (rockyou was used, but feel free to use any and rename to \"rockyou.txt\") and place it next to the program in wordlist/rockyou.txt\r\n\r\n3. Build the project:\r\n\r\n```bash\r\ncargo build --release\r\n```\r\n\r\n4. Run the program:\r\n\r\n```bash\r\ncargo run\r\n```\r\n\r\n## Contributing\r\n\r\nContributions to this project are welcome. Please create a pull request with your changes.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonero%2Fahashcracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonero%2Fahashcracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonero%2Fahashcracker/lists"}