Skip to content

zoldyck13/Cap2Cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐈‍⬛ Cap2Cat

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.


Quick Installation

Linux (One-Liner)

curl -sSL [https://raw.githubusercontent.com/zoldyck13/Cap2Cat/main/scripts/install.sh](https://raw.githubusercontent.com/zoldyck13/Cap2Cat/main/scripts/install.sh) | bash

Windows (PowerShell)

irm [https://raw.githubusercontent.com/zoldyck13/Cap2Cat/main/scripts/install.ps1](https://raw.githubusercontent.com/zoldyck13/Cap2Cat/main/scripts/install.ps1) | iex

Usage

Run cap2cat without arguments to see the full help menu.

1. Standard Crack

Manual attack using an existing wordlist:

cap2cat capture.cap rockyou.txt

2. AI-Powered Attack

Predict passwords based on a person's name or a specific keyword:

cap2cat --predict "Ali Saad" handshake.cap

3. AI Generation

Generate a targeted wordlist without starting the cracking process:

cap2cat --gen-only "Admin" 5000 1.2 wordlist.txt

4. Database Management

cap2cat --show              # View all cracked handshakes
cap2cat --search "HomeWiFi" # Search for a specific SSID

Requirements

The 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)


License & Disclaimer

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.

About

AI-powered WPA/WPA2 handshake cracking suite in C++. Bridges the gap between traditional wordlists and neural password prediction using targeted keywords. Features automated cross-platform installation, a local database management engine, and seamless integration with Hashcat and hcxtools.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors