Back in the old days, I used to be into batch coding, that isn't the case nowadays, but I just wanted to share one of the cool projects I made.
It is a MD5 hash cracker. Very simply put, it checks the given hash against a text document and attempts to resolve it. It has a built in option to add passwords (or a list of passwords in passwords.txt) by using the tool "md5.exe" by John Walker (http://www.fourmilab.ch/). It also checks for duplicates so your list doesn't get too big. The checker resolves about 4000 passwords per second.
The file consists of 131 lines of code.
Since the project consists of multiple files (hashcheck.bat, passwords.txt, hashes.txt, md5.exe), you have to download it as a zip file.
You can download it here:
https://dl.dropbox.com/u/95012542/Coding...hecker.zip
There's a list of 20485 pre-made hashes for you to check out.
---
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/.
Buxable