x-haui

brute

Now that's something pretty useless...

A md5-bruteforcer, calculating all possible combinations of a given set of characters, written in C.

It calculates about 3 million md5-hashes per second (and compares them to a given hash) on a Pentium4.

Usage:

brute length hash

length represents the maximal length of a string, i.e. if it's 6, brute won't try words longer than 6 characters.
hash is a md5-hash, for example 5cfa779519a9789fad5dfe0de784ee4c

Download