Skip to content

irfaanvk/Hash-Identifier-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Hash Identifier Tool 🛠️

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.


⚡ Features

  • 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.


🔧 Installation and Usage

  1. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages