A simple yet powerful Python-based tool designed to identify the type of hash from a given input. This tool is perfect for cybersecurity enthusiasts, ethical hackers, and penetration testers who need to quickly determine the type of hash they're dealing with.
-
Support for Common Hash Types:
Identifies popular hash types like MD5, SHA-1, SHA-256, SHA-512, bcrypt, NTLM, and more. -
Regex-Based Matching:
Uses predefined patterns for accurate identification. -
Simple and Lightweight:
Easy-to-use CLI interface, perfect for Kali Linux and other security-focused environments. -
Extensible:
Easily add support for more hash types by extending the regex database.
- Clone this repository:
git clone https://github.com/irfaanvk/Hash-Identifier-Python.git cd Hash-Identifier-Python
run : python3 hash_identifier.py
💡 Example Input: Enter the hash: 5d41402abc4b2a76b9719d911017c592
Output: The given hash matches the following types: MD5