CrackerHash

A basic and easy to use cross-platform MD5 brute force tool

Downloads

CrackerHash 1.3 – Windows Executable (crackerhash_1.3_windows_executable.zip)

MD5 Checksum: 13f57ef3ba3594878f7c9b4f1901d537

CrackerHash 1.3 – Python Executable for All Platforms (crackerhash_1.3_python.zip)

MD5 Checksum: e60c5757ecc66967637b940cac59e53e

License

CrackerHash 1.3
Copyright (C) Rob Carr

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

Description

CrackerHash is a program I developed originally for the purpose of demonstrating how inefficient brute forcing can be as the number of potential combinations increases, however can be an effective tool for reverse engineering MD5 hashes. It should be noted I take no responsibility for any activity you use this application for, it has been released as a means of data recovery and as an educational tool and I do not encourage this to be used for any illegal activity.

Screenshots

1. CrackerHash running under Windows 7

2. CrackerHash running under Ubuntu 9.04

How to Use

Windows

If you are running Windows the easiest method is to download the Windows executable and simply:

  1. Open a command prompt (Start > Run > Type “cmd” (without the quotes) and press OK) and then drag and drop the file into the command prompt.
  2. Once the path to the executable appears in the command prompt add the following parameters to the end: –maxlength x –hash h (replacing x with the maximum number of characters to try and h with the MD5 hash you wish to crack)
  3. After completing these steps press enter and CrackerHash will begin to brute force against the hash

The alternative to this (if you have Python installed) is to follow the steps above, but instead drag crackerhash.py into the command prompt in step 1.

Other Systems

CrackerHash will also work on any other system that supports Python such as Linux and OS X, simply follow the steps in the previous section, but in step 1 using the appropriate terminal window for your operating system and putting the command “python” before the file path.

Posted at March 24th, 2010.

One Response to “CrackerHash”

  1. [...] the past week I have released three new projects of mine, which are as follows. CrackerHash , MyVimeo and [...]

Leave a Reply