Showing posts with label It's pretty quick.. Show all posts
Showing posts with label It's pretty quick.. Show all posts

Wednesday, 1 April 2009

Simple MD5 Cracker, Coded in python, It's pretty quick.

I had previously made an MD5 cracker in visual basic but was disgusted the the speed at which it checked hashes. I decided to give it a go in python. Here is the result, simple MD5 Cracker.

While it may not look as pretty as other MD5 crackers with nice laid out colorful GUI's, this one will hang with some of the best. In my personal test runs I was able to do over a million password attempts in about 2 seconds. (Intel core 2 duo 1.8Ghz, 1GB ram... Nothing amazing.) Needless to say this will blow any VB6 MD5 cracker out of the water.

Along with the cracker comes a very basic list loader / editor python file. The cracker automatically imports this file so you can use it's functions to mess around with your lists.

Picture:

As you can see the cracker is run command line style. I didn't bother to make it grab user input etc. Just open up python and use the functions in listedit.py to load lists. Then pass the lists to the cracking function and wait.

Download Source (Python files are not compiled so almost everything you are downloading is in text format.)
[code]http://rapidshare.com/files/196233439/SimpleMD5Cracker.rar[/code]Download Python 3 (You need this to run the cracker)
[code]http://www.python.org/download/[/code]Enjoy