Download Latest Version pycrack.zip (15.9 kB)
Email in envelope

Get an email when there's a new version of md5Crack

Home / pycrack
Name Modified Size InfoDownloads / Week
Parent folder
pycrack3.py 2013-08-20 2.5 kB
pycrack2.py 2013-08-20 2.5 kB
Totals: 2 Items   5.0 kB 0
Download and install the following :

- Python:			http://www.python.org/

Usage: pycrack.py [HASH]

PyCrack will brute force an MD5 hash string, by generating a set of permutations.
Basically, it will generate every possible string using the characters a-z, A-Z,
and 0-9. It will start off as 1 character, until it has checked every possible
permutation, and then the length will increase by 1, every time it, until it hits
a maximum of a 25.

Brute forcing takes a very long time, depending on the legnth of the string that
was hashed, or if it is salted, but if this is kept running long enough, it will
crack any alphanumeric hash up to 25 characters in length.

NOTE: There are 2 files, each depend on the version of Python you have installed:
- "pycrack2.py" 		Python version 2.7.5
- "pycrack3.py"			Python version 3.3.2
Source: readme, updated 2013-08-20