A Hashcat GUI with a user-friendly interface.
- Python 3.7 or newer
- PySide6
- requests
- pillow (for icon conversion when bundling)
- Windows 10 or newer (right now)
Install dependencies:
pip install PySide6 requests pillow
python wifycat.py
Use the provided build script to install PyInstaller, generate the icon, and bundle the application:
python build.py
The built executable will be in the dist/
folder as wifycat.exe
, complete with the application icon.