Identifying Type of hash
There are three ways to do this.
Method 1: Using Tool - hash-identifier
Tool comes preinstalled in kali linux.
# Use case:
┌──(kali㉿kali)-[/tmp/temp_workspace]
└─$ hash-identifier
/usr/share/hash-identifier/hash-id.py:13: SyntaxWarning: invalid escape sequence '\ '
logo=''' #########################################################################
#########################################################################
# __ __ __ ______ _____ #
# /\ \/\ \ /\ \ /\__ _\ /\ _ `\ #
# \ \ \_\ \ __ ____ \ \ \___ \/_/\ \/ \ \ \/\ \ #
# \ \ _ \ /'__`\ / ,__\ \ \ _ `\ \ \ \ \ \ \ \ \ #
# \ \ \ \ \/\ \_\ \_/\__, `\ \ \ \ \ \ \_\ \__ \ \ \_\ \ #
# \ \_\ \_\ \___ \_\/\____/ \ \_\ \_\ /\_____\ \ \____/ #
# \/_/\/_/\/__/\/_/\/___/ \/_/\/_/ \/_____/ \/___/ v1.2 #
# By Zion3R #
# www.Blackploit.com #
# [email protected] #
#########################################################################
--------------------------------------------------
HASH: 4a41e0fdfb57173f8156f58e49628968a8ba782d0cd251c6f3e2426cb36ced3b647bf83057dabeaffe1475d16e7f62b7
Possible Hashs:
[+] SHA-384
[+] SHA-384(HMAC)
--------------------------------------------------
HASH: $2y$10$XrrpX8RD6IFvBwtzPuTlcOqJ8kO2px2xsh17f60GZsBKLeszsQTBC
Not Found.
--------------------------------------------------
HASH: exit
Not Found.
--------------------------------------------------
HASH: ^C
Bye!
If you get not found error then switch to other tool.
Method 2: Using Tool - Hashid
Please single (') to enclose the hash.
Method 3: Website - HASHCAT web page
You can visit Hash cat page and Press CTRL + f and place some part of hash (Mainly some beginning letters).
You will get the hash you are trying to find.
Example
Suppose you want to find HASH TYPE of below hash:
We want to identify the type of this hash and value.
Select first few value from hash. Example: $keepass$*2*60
Goto the page and file the hash value:
Press ctrl+f and paste and search for value.
You can see Hash-mode and Hash name.

Last updated