{"id":13474709,"url":"https://github.com/ikkebr/PyBozoCrack","last_synced_at":"2025-03-26T22:31:08.948Z","repository":{"id":1908709,"uuid":"2835978","full_name":"ikkebr/PyBozoCrack","owner":"ikkebr","description":"A silly \u0026 effective MD5 cracker in Python","archived":false,"fork":false,"pushed_at":"2022-12-26T19:43:39.000Z","size":660,"stargazers_count":251,"open_issues_count":1,"forks_count":48,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-30T08:48:53.548Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ikkebr.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-23T13:46:01.000Z","updated_at":"2024-08-12T19:20:27.000Z","dependencies_parsed_at":"2023-01-13T11:29:47.206Z","dependency_job_id":null,"html_url":"https://github.com/ikkebr/PyBozoCrack","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikkebr%2FPyBozoCrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikkebr%2FPyBozoCrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikkebr%2FPyBozoCrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikkebr%2FPyBozoCrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikkebr","download_url":"https://codeload.github.com/ikkebr/PyBozoCrack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245747592,"owners_count":20665815,"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":[],"created_at":"2024-07-31T16:01:14.221Z","updated_at":"2025-03-26T22:31:08.278Z","avatar_url":"https://github.com/ikkebr.png","language":"Python","funding_links":[],"categories":["Uncategorized","Tools","Python"],"sub_categories":["Uncategorized"],"readme":"===============================\nPyBozoCrack 3\n===============================\n\n.. image:: https://badge.fury.io/py/pybozocrack.png?123\n   :target: http://badge.fury.io/py/pybozocrack\n    \n.. image:: https://travis-ci.org/ikkebr/PyBozoCrack.svg?123\n   :target: https://travis-ci.org/ikkebr/PyBozoCrack\n   \n.. image:: https://coveralls.io/repos/ikkebr/PyBozoCrack/badge.png?123\n   :target: https://coveralls.io/r/ikkebr/PyBozoCrack\n\n.. image:: https://pypip.in/d/pybozocrack/badge.png?123\n   :target: https://pypi.python.org/pypi/pybozocrack\n\n\nPyBozoCrack 3 is a depressingly effective MD5 password hash cracker with almost zero CPU/GPU load written in Python 3. Instead of rainbow tables, dictionaries, or brute force, PyBozoCrack simply *finds* the plaintext password. Specifically, it googles the MD5 hash and hopes the plaintext appears somewhere on the first page of results.\n\n* Free software: BSD license\n\nIt works way better than it ever should. Go ahead and try.\n\n\nHow?\n----\nBasic usage:\n\n   **$ pybozocrack -f my_md5_hashes.txt**\n\nOr:\n\n    **$ pybozocrack -s fcf1eed8596699624167416a1e7e122e**\n\nThe input file has no specified format. BozoCrack automatically picks up strings that look like MD5 hashes. A single line shouldn't contain more than one hash.\n\n\nExample with output:\n\n    **$ pybozocrack -f example.txt**\n    \n        Loaded 5 unique hashes\n    \n        fcf1eed8596699624167416a1e7e122e:octopus\n    \n        bed128365216c019988915ed3add75fb:passw0rd\n    \n        d0763edaa9d9bd2a9516280e9044d885:monkey\n    \n        dfd8c10c1b9b58c8bf102225ae3be9eb:12081977\n    \n        ede6b50e7b5826fe48fc1f0fe772c48f:1q2w3e4r5t6y\n\n\n\n    **$ pybozocrack -s fcf1eed8596699624167416a1e7e122e**\n\n        fcf1eed8596699624167416a1e7e122e:octopus\n\n\nWhy?\n----\nTo show just how bad an idea it is to use plain MD5 as a password hashing mechanism. Honestly, if the passwords can be cracked with *this software*, there are no excuses.\n\n\nWho?\n----\nBozoCrack was originally written by Juuso Salonen (http://twitter.com/juusosalonen).\n\nPyBozoCrack was rewritten in Python by Henrique Pereira (http://ikke.top).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikkebr%2FPyBozoCrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikkebr%2FPyBozoCrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikkebr%2FPyBozoCrack/lists"}