Hash Identifier and Find my hash

Hash Identifier and Find my hash

August 20, 2023 2 min read 1 views 0 discussions
Table of Contents

    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:

    hash identifier

    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
    findmyhash
    kali@kali:~$ cd findmyhash/
    kali@kali:~$ python findmyhash.py MD5 -h <hash_value>
     
    Hash-identifier ex



    Crack passwords or Hashes using "Findmyhash"

    findmyhash.py tries to crack different types of hashes using free online services.

    To use it type the following command.

    To install Findmypast open this GitHub website and clone it using Git clone.

    Now, all done. It will take time to crack.

    Community Q&A