HashID – Tool to Identify Different Types of Hashes
HashID – Identify Different Types of Hashes
hashID is a tool to help you identify different types of hashes used to encrypt data, especially passwords. It’s written in Python 3 and supports the identification of over 220 unique hash types using regular expressions.
hashID 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.
Installation:
You can install, upgrade, uninstall hashID with these commands:
- $ pip install hashid
- $ pip install --upgrade hashid
- $ pip uninstall hashid
Or you can install by cloning the repository:
- $ sudo apt-get install python3 git
- $ git clone https://github.com/psypanda/hashid.git
- $ cd hashid
- $ sudo install -g 0 -o 0 -m 0644 doc/man/hashid.7 /usr/share/man/man7/
- $ sudo gzip /usr/share/man/man7/hashid.7
To Download this tool for free: Click Here
Comments
Post a Comment