DeHasher - a program to remove hashes from found lists
#1
As I like collecting word lists, I wanted a tool to remove hashes from found files that still have the hashes intact.

I couldn't find anything to do this so I made a program myself. Feedback is very welcome. Thanks.

http://speedy.sh/b6CTM/DeHasher-v138.zip

v1.37 - Added minimum length

[Image: dehasher.png]

[Image: dehasher2.png]

Example:
5f4dcc3b5aa765d61d8327deb882cf99:password
password

Usage :

Remove uncracked hashes - Hashes without a password will be removed.

Human only passwords - If a hash is cracked and the password itself is a hash, these will be removed.
5f4dcc3b5aa765d61d8327deb882cf99:5f4dcc3b5aa765d61d8327deb882cf99

No Salt - When dealing with files without a salt, tick this to be sure that any passwords which contain a colon are not treated as a salt.
5f4dcc3b5aa765d61d8327deb882cf99:pass:word::pass:word


Attached Files
.zip   DeHasher_v138.zip (Size: 15.76 KB / Downloads: 65)


Messages In This Thread
DeHasher - a program to remove hashes from found lists - by zeroprobe - 01-14-2014, 02:19 PM