Previous version:
Word crack
Word combo crack (up to four words)
12 char lower case alpha brute force
This supports custom charsets, define your own (up to 99 characters).
The way I did it this time you can easily expand it to crack one 99 characters long (if you edit the code).
Still optimizing the code and adding to it. Open source (at codelinx). Compile with VC++ it does weird things when other compilers are used.
I also cleaned up the code alot (the file attached is compiled)
My new brute force function (code function like bruteforce() ) allows you to specify a charset, a beginning, and an end.
Some good ideas:
Commonly used letters for faster cracking.
When trying to recover your pass, do you use certain words or numbers commonly?
If so add the letters to those words and the letters and/or numbers and make a charset of just those to speed the process.
So what else can you use this prog for:
http://www.governmentsecurity.org/forum/in...?showtopic=4838
................................................................................
Some hashes for you to test with
This is a three letter word, will crack with dictionary and brute force
quickly.
You can play with this one.
hash
23761cc868de5c54848a7ed1be3675df
Challenge
s9iFTGCgjU6CpW6dU8_6FJlikN9n
And this one, it's two words put together
Hash
dcba0a4e4948d4d785f2e6b663b48c2d
Challenge
pDMo9bKYf1u9gP19mwspuDazYmhk
Use:
Unzip to folder, run the executable




