Back to Home

Hash Cracker

Password SecurityHashPasswordCracking

A multi-threaded hash cracking tool that attempts to find passwords from hashes using dictionary attacks with support for multiple hash types.

How to Use

Basic usage example
$python hash_cracker.py <hash> <wordlist> --type md5 --threads 4

Command Options:

  • --help - Display help information
  • --type - Hash type (md5, sha1, sha256, sha512)
  • --threads - Number of threads (default: 4)

Getting Started

  1. Clone the repository
    $git clone https://github.com/GZ30eee/cybersecurity-tools.git
  2. Navigate to the project directory
    $cd cybersecurity-tools
  3. Install dependencies
    $pip install colorama
  4. Run the tool
    $python hash_cracker.py <hash> <wordlist> --type md5 --threads 4