Hash Identifier
Hash-identifier is simple to use Command Line Interface (CLI) based software. This Software is used to identify the different types of hashes used to encrypt data and especially passwords.Hash-identifier Usage
You can run this tool by simply running the following command:
Let’s take an example:
Open this website. This MD5 hash generator is useful for encoding passwords, credit card numbers, and other sensitive data into MySQL, Postgres, or other databases. Here I type a text. And click generate.Now open the terminal, where I have previously opened the hash-identifier. Now paste here the previously generated hash.
Now it will show Possible hashes like this.
kali@kali:~$ python findmyhash.py <hash type> -h <hash_value>
kali@kali:~$ git clone https://github.com/frdmn/findmyhash.git
..............................................
..............................................
..............................................
kali@kali:~$ ls
kali@kali:~$ python findmyhash.py MD5 -h <hash_value>
kali@kali:~$ ls
findmyhash
kali@kali:~$ cd findmyhash/kali@kali:~$ python findmyhash.py MD5 -h <hash_value>
