An open API service indexing awesome lists of open source software.

https://github.com/amirnejad35/pro-hash-cracker-gui

Beginner-friendly Python GUI tool for cracking hashes using a custom wordlist. Supports MD5, SHA1, SHA256, and SHA512.
https://github.com/amirnejad35/pro-hash-cracker-gui

cybersecurity hashcracker python

Last synced: 12 months ago
JSON representation

Beginner-friendly Python GUI tool for cracking hashes using a custom wordlist. Supports MD5, SHA1, SHA256, and SHA512.

Awesome Lists containing this project

README

          

# ๐Ÿ” Pro Hash Cracker GUI

A beginner-friendly hash cracking tool built with Python and Tkinter. Supports multiple hash types and allows you to load your own wordlist to crack the given hash.

## ๐Ÿ’ก Features
- GUI built with Tkinter
- Supports MD5, SHA1, SHA256, SHA512
- Auto-detects hash type based on length
- Custom wordlist support
- Easy to use, beginner-friendly interface

## ๐Ÿš€ How to Use

1. Open terminal and run:
```bash
python cracker_gui.py
```

2. In the GUI:
- Paste the hash
- Select or auto-detect the hash type
- Choose a wordlist (sample `wordlist.txt` included)
- Click **Crack Hash**

## ๐Ÿ“‚ Files
- `cracker_gui.py` โ€” Main GUI application
- `wordlist.txt` โ€” Sample wordlist file
- `README.md` โ€” Project documentation

## ๐Ÿงช Example Hashes
- `5f4dcc3b5aa765d61d8327deb882cf99` โ†’ `password` (MD5)
- `5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8` โ†’ `password` (SHA1)

## โš ๏ธ Disclaimer
This tool is for **educational purposes only**. Do not use it for unauthorized or illegal activity.