WIFI-CRACKER is a tool designed to simplify the use of Hashcat for cracking WPA/WPA2 handshakes. This tool automates the process of converting .cap files to Hashcat-compatible formats and running Hashcat with the specified wordlist.
- Converts .cap files to .hc22000 format using hcxpcapngtool
- Runs Hashcat with the specified wordlist
- Provides a user-friendly interface for cracking WPA/WPA2 handshakes
- Hashcat
- hcxpcapngtool
- colorama (for terminal colors)
Before using WIFI-CRACKER, make sure to install the necessary packages:
sudo apt update
sudo apt install -y hashcat hcxtools
pip install colorama
- Run the script:
python wificracker.py
- Follow the on-screen instructions to select an option and provide the necessary file paths.
Kaleemullah Khan
This project is licensed under the MIT License. See the LICENSE file for details.
© 2024 Kaleemullah Khan