Skip to main content
https://badge.fury.io/py/pybozocrack.png https://travis-ci.org/ikkebr/PyBozoCrack.svg https://pypip.in/d/pybozocrack/badge.png

PyBozoCrack is a depressingly effective MD5 password hash cracker with almost zero CPU/GPU load written in Python. 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.

It works way better than it ever should.

How?

Basic usage:

$ python pybozocrack.py -f my_md5_hashes.txt

Or:

$ python pybozocrack.py -s fcf1eed8596699624167416a1e7e122e

The 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.

Example with output:

$ python pybozocrack.py -f example.txt

Loaded 5 unique hashes

fcf1eed8596699624167416a1e7e122e:octopus

bed128365216c019988915ed3add75fb:passw0rd

d0763edaa9d9bd2a9516280e9044d885:monkey

dfd8c10c1b9b58c8bf102225ae3be9eb:12081977

ede6b50e7b5826fe48fc1f0fe772c48f:1q2w3e4r5t6y

$ python pybozocrack.py -s fcf1eed8596699624167416a1e7e122e

fcf1eed8596699624167416a1e7e122e:octopus

Why?

To 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.

Who?

BozoCrack was originally written by [Juuso Salonen](http://twitter.com/juusosalonen).

PyBozoCrack was rewritten in Python by [Henrique Pereira](http://twitter.com/ikkebr).

History

1.0 (2014-05-01)

  • First release on PyPI.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybozocrack-1.0.zip (20.1 kB view details)

Uploaded Source

File details

Details for the file pybozocrack-1.0.zip.

File metadata

  • Download URL: pybozocrack-1.0.zip
  • Upload date:
  • Size: 20.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pybozocrack-1.0.zip
Algorithm Hash digest
SHA256 b84398c1805c9de66344e9f57a80ee94752be880788437568fe3ebb3d303daf4
MD5 7d7bf1d1eb38951a1faefebe9317a921
BLAKE2b-256 b757945994d4e14ea9d383d870123d2cba66b2510d8a40791b2c5377635271df

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page