AI-Powered WPA/WPA2 Handshake Cracking Suite
Cap2Cat is a professional, cross-platform C++ tool designed to streamline the process of cracking WPA/WPA2 handshakes. It bridges the gap between traditional wordlist attacks and modern AI by predicting potential passwords based on user-provided keywords.
curl -sSL [https://raw.githubusercontent.com/zoldyck13/Cap2Cat/main/scripts/install.sh](https://raw.githubusercontent.com/zoldyck13/Cap2Cat/main/scripts/install.sh) | bashirm [https://raw.githubusercontent.com/zoldyck13/Cap2Cat/main/scripts/install.ps1](https://raw.githubusercontent.com/zoldyck13/Cap2Cat/main/scripts/install.ps1) | iexRun cap2cat without arguments to see the full help menu.
1. Standard Crack
Manual attack using an existing wordlist:
cap2cat capture.cap rockyou.txt2. AI-Powered Attack
Predict passwords based on a person's name or a specific keyword:
cap2cat --predict "Ali Saad" handshake.cap3. AI Generation
Generate a targeted wordlist without starting the cracking process:
cap2cat --gen-only "Admin" 5000 1.2 wordlist.txt4. Database Management
cap2cat --show # View all cracked handshakes
cap2cat --search "HomeWiFi" # Search for a specific SSIDThe tool handles most dependencies automatically, but ensure you have:
-
hashcat&hcxtools(for cracking) -
python3(for the AI engine) -
cmake&gcc/mingw(if building from source)
This tool is for educational and authorized security testing purposes only. The author is not responsible for any misuse or damage caused by this program.