KafetzisThomas / Hash-Breaker

Allows you to crack hashes with or without wordlist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hash-Breaker

What Is This? - Allows you to crack hashes with or without wordlist.

How to Download: Open the terminal on your machine and type the following command:

git clone https://github.com/KafetzisThomas/Hash-Breaker.git

Use pip to install the required packages:

pip install -r requirements.txt

Features

  • Supports Bcrypt, MD5, SHA1, SHA224, SHA256, SHA384, SHA512
  • Dynamic password generation: Generate all possible combinations of characters until a match is found
  • Dictionary support

Usage Notes - READ THIS

  1. To use this script, run the main.py file in your console and that's it!

    Windows: python main.py Mac/Linux: ./main.py

    • For Mac/Linux: Make sure you make it executable with the following command:
      chmod +x main.py
      

Disclaimer: Educational Use Only

Hash-Breaker is an educational tool designed for learning and understanding cryptographic concepts related to hash functions and password security. It is NOT intended for malicious activities, unauthorized access, or any form of unethical use.

By accessing and using Hash-Breaker, you acknowledge and agree to the terms outlined in this disclaimer. The repository owner and contributors are not responsible for any misuse, damage, or legal consequences resulting from the use of this tool.

Please use Hash-Breaker responsibly and for educational purposes only.

About

Allows you to crack hashes with or without wordlist.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%