🎥 Watch Full Video


🚀 Overview

This project demonstrates how a weak password can be cracked in seconds using GPU acceleration.

💥 If your password is weak — it's already gone.

⚠️ Educational purposes only.


🧠 What You'll Learn

  • How hashing works
  • Why passwords get cracked fast
  • GPU vs CPU difference
  • Real attack workflow
  • How to protect yourself

🖥️ Setup

Install Hashcat

sudo apt install hashcat

Or download using the button above.

Check GPU

hashcat -I

🔑 Example Hash

5f4dcc3b5aa765d61d8327deb882cf99

⚡ Crack Command

hashcat -m 0 -a 0 hash.txt rockyou.txt

🚀 Performance

Device Speed
CPU ~50 MH/s
GPU ~10,000+ MH/s

💣 Result

Password FOUND: password
Time: < 1 second

🛡️ Stay Safe

  • Use long passwords (12+ chars)
  • Avoid common words
  • Enable 2FA
  • Use password manager
  • Use bcrypt / argon2

📁 Structure

.
├── hashes/
├── wordlists/
├── scripts/
├── hashcat_demo.gif
└── README.md

⚠️ Disclaimer

For educational use only.

Do NOT use without permission.


⭐ Support

Star the repo if you found it useful 🚀