{"id":15026949,"url":"https://github.com/s0md3v/hash-buster","last_synced_at":"2025-05-14T08:08:28.605Z","repository":{"id":40523972,"uuid":"96134987","full_name":"s0md3v/Hash-Buster","owner":"s0md3v","description":"Crack hashes in seconds.","archived":false,"fork":false,"pushed_at":"2024-12-10T13:50:26.000Z","size":47,"stargazers_count":1813,"open_issues_count":23,"forks_count":401,"subscribers_count":84,"default_branch":"master","last_synced_at":"2025-05-07T14:11:32.332Z","etag":null,"topics":["cracker","hash","hash-cracker","hash-lookup","md5","python","sha1","sha256","sha384","sha512"],"latest_commit_sha":null,"homepage":"","language":"Python","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/s0md3v.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},"funding":{"github":"s0md3v","custom":"https://paypal.me/s0md3v"}},"created_at":"2017-07-03T17:28:51.000Z","updated_at":"2025-05-06T06:16:09.000Z","dependencies_parsed_at":"2024-01-16T19:06:57.687Z","dependency_job_id":"5ea11f0f-562d-4e04-ad3c-b37cd303f05f","html_url":"https://github.com/s0md3v/Hash-Buster","commit_stats":{"total_commits":46,"total_committers":7,"mean_commits":6.571428571428571,"dds":"0.23913043478260865","last_synced_commit":"0d6ebb429534907259514fde527ecdaf6dc0b624"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0md3v%2FHash-Buster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0md3v%2FHash-Buster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0md3v%2FHash-Buster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0md3v%2FHash-Buster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s0md3v","download_url":"https://codeload.github.com/s0md3v/Hash-Buster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101558,"owners_count":22014908,"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":["cracker","hash","hash-cracker","hash-lookup","md5","python","sha1","sha256","sha384","sha512"],"created_at":"2024-09-24T20:05:27.732Z","updated_at":"2025-05-14T08:08:28.551Z","avatar_url":"https://github.com/s0md3v.png","language":"Python","funding_links":["https://github.com/sponsors/s0md3v","https://paypal.me/s0md3v"],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/s0md3v/Hash-Buster\"\u003e\u003cimg src=\"https://image.ibb.co/bSwkMe/bitmap.png\" alt=\"Hash Buster\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  Hash Buster\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eWhy crack hashes when you can bust them?\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/s0md3v/Hash-Buster/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/release/s0md3v/Hash-Buster.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/s0md3v/Hash-Buster/issues?q=is%3Aissue+is%3Aclosed\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/issues-closed-raw/s0md3v/Hash-Buster.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n![demo](https://image.ibb.co/fnXWBe/Screenshot_2018_09_20_14_02_05.png)\n\n## Features\n- Automatic hash type identification\n- Supports MD5, SHA1, SHA256, SHA384, SHA512\n- Can extract \u0026 crack hashes from a file\n- Can find hashes from a directory, recursively\n- Multi-threading\n\n## Insallation \u0026 Usage\n\u003e **Note:** Hash Buster isn't compatible with python2, run it with python3 instead.\n\u003e Also, Hash-Buster uses some APIs for hash lookups, check the source code if you are paranoid.\n\nHash-Buster can be run directly from the python script but I highly suggest you to install it with `make install`\n\nAfter the installation, you will be able to access it with `buster` command.\n\n### Cracking a single hash\n\nYou don't need to specify the hash type. Hash Buster will identify and *crack* it under 3 seconds.\n\n**Usage:** `buster -s \u003chash\u003e`\n### Finding hashes from a directory\n\nYep, just specify a directory and Hash Buster will go through all the files and directories present in it, looking for hashes.\n\n**Usage:** `buster -d /root/Documents`\n### Cracking hashes from a file\n\nHash Buster can find your hashes even if they are stored in a file like this\n```\nsimple@gmail.com:21232f297a57a5a743894a0e4a801fc3\n{\"json@gmail.com\":\"d033e22ae348aeb5660fc2140aec35850c4da997\"}\nsurrondedbytext8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918surrondedbytext\n```\n\n**Usage:** `buster -f /root/hashes.txt`\n\n### Specifiying number of threads\n\nMulti-threading can incredibly minimize the overall speed when you have a lot of hashes to crack by making requests in parallel.\n\n`buster -f /root/hashes.txt -t 10`\n\n### License\nHash-Buster is licensed under [MIT License](https://github.com/s0md3v/Hash-Buster/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs0md3v%2Fhash-buster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs0md3v%2Fhash-buster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs0md3v%2Fhash-buster/lists"}