hashID - identify your hashes
#1
Hello community!
Some months ago I started working on a "hash-identifier", now since it got included in the latest The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux release, I feel its time to share it with the community here too: hashID | hash-identifier | github

Taken from my github page:
Quote:Identify the different types of hashes used to encrypt data and especially passwords.

This tool replaces hash-identifier, which is outdated!

hashID is a tool written in Python 3.x which supports the identification of over 205 unique hash types using regular expressions. A detailed list of supported hashes can be found here.
It is able to identify a single hash, parse a file or read multiple files in a directory and identify the hashes within them.
hashID is also capable of including the corresponding hashcat mode and/or JohnTheRipper format in its output.
Altough hashID is written in Python 3.x it should also work using Python 2.7.

Note: When identifying a hash on *nix operating systems use single quotes to prevent interpolation

If you supply the parameter "-m" hashID will include the corresponding hashcat mode in its output
(no need to remember hashcat modes anymore!)

I have also included a spreadsheet which holds all my research information on the specific hash algorithms
I need some community help on this spreadsheet, some entries are marked with "information needed" or "correct regex?", so if you can provide online resources on the hashtype or found a bug in the current regex please let me know and I'll try to update asap

I hope it makes your hash identification process easier!


Messages In This Thread
hashID - identify your hashes - by qwerasd12 - 05-20-2014, 01:50 PM
RE: hashID - identify your hashes - by Rolf - 05-21-2014, 06:55 AM
RE: hashID - identify your hashes - by qwerasd12 - 05-21-2014, 02:51 PM
RE: hashID - identify your hashes - by RoyDJ - 12-24-2014, 05:57 PM
RE: hashID - identify your hashes - by Mem5 - 12-24-2014, 11:15 PM
RE: hashID - identify your hashes - by RoyDJ - 12-28-2014, 02:27 PM
RE: hashID - identify your hashes - by forumhero - 12-29-2014, 10:41 PM
RE: hashID - identify your hashes - by qwerasd12 - 01-03-2015, 05:55 PM
RE: hashID - identify your hashes - by forumhero - 01-06-2015, 12:17 AM
RE: hashID - identify your hashes - by qwerasd12 - 01-06-2015, 01:25 AM
RE: hashID - identify your hashes - by forumhero - 01-06-2015, 01:53 AM
RE: hashID - identify your hashes - by qwerasd12 - 02-01-2015, 05:52 PM