An interactive, colorized, Windows‑friendly Python wrapper around Hashcat, designed to simplify WPA‑PMKID/EAPOL cracking on Windows 11. Hellcat lets you:
- 🔒 Atomatically uses
-m 22000(WPA unified PMKID/EAPOL) - 🎯 Choose between Brute‑force (mask) or Dictionary/Hybrid attacks
- 🌡️ Set a custom temperature abort threshold
- ⏱️ Auto‑refresh status every 5 seconds (configurable)
- 🔧 Launch with a single
hellcat.batclick - 📃 Easy checkpoint restore
git clone https://github.com/BlackPaw21/hellcat.git
cd hellcathttps://hashcat.net/files/hashcat-6.2.6.7
Extract "hashcat-6.2.6" into "HellCat"Double‑click hellcat.bat or run:
hellcat.batYou’ll be guided through:
- Hash file path (
.hc22000) - Device IDs (from
hashcat.exe -I) - Use CPU alongside GPU?
- Attack mode (Brute vs Dict)
- Temperature abort & Status timer
- Mask/wordlist settings
-
Modes
brute(mask attack)dict(dictionary or hybrid)
-
Options
--mask– mask template for brute/hybrid--inc-min,--inc-max– incremental lengths--wordlist– path to your wordlist for dict mode--temp-abort– temperature threshold (°C)--status-timer– refresh interval (s)
This project is licensed under the MIT License. See LICENSE for details.