===============================
PyBozoCrack
===============================
.. image:: https://badge.fury.io/py/pybozocrack.png?123
:target: http://badge.fury.io/py/pybozocrack
.. image:: https://travis-ci.org/ikkebr/PyBozoCrack.svg?123
:target: https://travis-ci.org/ikkebr/PyBozoCrack
.. image:: https://coveralls.io/repos/ikkebr/PyBozoCrack/badge.png?123
:target: https://coveralls.io/r/ikkebr/PyBozoCrack
.. image:: https://pypip.in/d/pybozocrack/badge.png?123
:target: https://pypi.python.org/pypi/pybozocrack
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.
* Free software: BSD license
It works way better than it ever should. Go ahead and try.
How?
----
Basic usage:
**$ pybozocrack -f my_md5_hashes.txt**
Or:
**$ pybozocrack -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:
**$ pybozocrack -f example.txt**
Loaded 5 unique hashes
fcf1eed8596699624167416a1e7e122e:octopus
bed128365216c019988915ed3add75fb:passw0rd
d0763edaa9d9bd2a9516280e9044d885:monkey
dfd8c10c1b9b58c8bf102225ae3be9eb:12081977
ede6b50e7b5826fe48fc1f0fe772c48f:1q2w3e4r5t6y
**$ pybozocrack -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.2.2.2 (2014-05-08)
++++++++++++++++++
* Fixed typo
1.2.2.1 (2014-05-08)
++++++++++++++++++
* Fixed typo
1.2.2 (2014-05-08)
++++++++++++++++++
* Cracked hashes are now stored
* Error message if no cracked hashes are found
1.2.1 (2014-05-07)
++++++++++++++++++
* Bugfix
1.2.0 (2014-05-05)
++++++++++++++++++
* Stand-alone file. Works on windows.
1.0.2 (2014-05-02)
++++++++++++++++++
* Increased test coverage
1.0.1 (2014-05-01)
++++++++++++++++++
* Trying to fix problems with Travis
1.0 (2014-05-01)
++++++++++++++++++
* First release on PyPI.
PyBozoCrack
===============================
.. image:: https://badge.fury.io/py/pybozocrack.png?123
:target: http://badge.fury.io/py/pybozocrack
.. image:: https://travis-ci.org/ikkebr/PyBozoCrack.svg?123
:target: https://travis-ci.org/ikkebr/PyBozoCrack
.. image:: https://coveralls.io/repos/ikkebr/PyBozoCrack/badge.png?123
:target: https://coveralls.io/r/ikkebr/PyBozoCrack
.. image:: https://pypip.in/d/pybozocrack/badge.png?123
:target: https://pypi.python.org/pypi/pybozocrack
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.
* Free software: BSD license
It works way better than it ever should. Go ahead and try.
How?
----
Basic usage:
**$ pybozocrack -f my_md5_hashes.txt**
Or:
**$ pybozocrack -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:
**$ pybozocrack -f example.txt**
Loaded 5 unique hashes
fcf1eed8596699624167416a1e7e122e:octopus
bed128365216c019988915ed3add75fb:passw0rd
d0763edaa9d9bd2a9516280e9044d885:monkey
dfd8c10c1b9b58c8bf102225ae3be9eb:12081977
ede6b50e7b5826fe48fc1f0fe772c48f:1q2w3e4r5t6y
**$ pybozocrack -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.2.2.2 (2014-05-08)
++++++++++++++++++
* Fixed typo
1.2.2.1 (2014-05-08)
++++++++++++++++++
* Fixed typo
1.2.2 (2014-05-08)
++++++++++++++++++
* Cracked hashes are now stored
* Error message if no cracked hashes are found
1.2.1 (2014-05-07)
++++++++++++++++++
* Bugfix
1.2.0 (2014-05-05)
++++++++++++++++++
* Stand-alone file. Works on windows.
1.0.2 (2014-05-02)
++++++++++++++++++
* Increased test coverage
1.0.1 (2014-05-01)
++++++++++++++++++
* Trying to fix problems with Travis
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.2.2.2.tar.gz
(13.4 kB
view details)
File details
Details for the file pybozocrack-1.2.2.2.tar.gz.
File metadata
- Download URL: pybozocrack-1.2.2.2.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42974f351bb092b150ae67dd54ba9778eefe37520f1ecf5c9cb429d093049b52
|
|
| MD5 |
4a088df1159c233504dd0b8014b942a5
|
|
| BLAKE2b-256 |
25183816a70f077568b37bf646cd876a11440fd9081e1b3d1b391f83bfbecbef
|