A high-performance C++ implementation of an AI-powered WiFi security testing tool. This tool is designed for educational purposes and authorized security testing only.
WARNING: This tool is for EDUCATIONAL PURPOSES ONLY. Unauthorized access to computer networks is illegal in most jurisdictions. Only use this tool on networks you own or have explicit permission to test. The developers assume no liability for any misuse of this software.
This program was developed using the PASS REVELATOR API. To learn more about WiFi password security and password hacking techniques, visit:
👉 https://www.passwordrevelator.net/en/passwifi
- WiFi Network Scanning: Discover nearby wireless networks
- WPA Handshake Capture: Capture WPA/WPA2 handshakes for analysis
- AI-Powered Password Cracking: Advanced password generation using AI techniques
- Security Analysis: Comprehensive security assessment of target networks
- Cross-Platform: Works on Linux and Windows (with limitations)
- High Performance: Optimized C++ implementation for fast processing
-
Linux (Recommended):
- g++ (GNU C++ Compiler) 8.0 or later
- CMake 3.10 or later
- libpcap-dev
- aircrack-ng
- iw
- wireless-tools
- tshark (Wireshark)
-
Windows (Limited Support):
- Visual Studio 2019 or later with C++ workload
- CMake 3.10 or later
- Npcap SDK
- Aircrack-ng for Windows
-
Install dependencies:
# Debian/Ubuntu sudo apt update sudo apt install -y g++ cmake libpcap-dev aircrack-ng tshark wireless-tools # Fedora sudo dnf install -y gcc-c++ cmake libpcap-devel aircrack-ng wireshark-qt # Arch Linux sudo pacman -S gcc cmake libpcap aircrack-ng wireshark-qt
-
Clone the repository:
git clone https://github.com/HoffmannAlex/WiFi-Password-Hacker-FREE.git cd hack-wifi-ai-cpp -
Build the project:
mkdir -p build && cd build cmake .. make -j$(nproc)
-
(Optional) Install system-wide:
sudo make install
-
Install prerequisites:
- Install Visual Studio with "Desktop development with C++" workload
- Install CMake
- Install Npcap
- Install Aircrack-ng for Windows
-
Build using Visual Studio Developer Command Prompt:
git clone https://github.com/HoffmannAlex/WiFi-Password-Hacker-FREE.git cd hack-wifi-ai-cpp mkdir build && cd build cmake -G "Visual Studio 16 2019" -A x64 .. cmake --build . --config Release
# Run the application (Linux)
sudo ./hack-wifi-ai
# On Windows (Run as Administrator)
Release\hack-wifi-ai.exeHack WiFi AI - Advanced WiFi Security Testing Tool
Version 1.0.0 - Educational Use Only
Usage: hack-wifi-ai [options]
Options:
-h, --help Show this help message
-v, --version Show version information
-i, --interface Specify wireless interface
-c, --channel Set channel to scan (default: all)
-o, --output Output directory for reports
--no-color Disable colored output
--debug Enable debug mode
Examples:
sudo ./hack-wifi-ai -i wlan0
sudo ./hack-wifi-ai --channel 6 -o ./reports
Run the test suite:
cd build
ctest --output-on-failureThis project is licensed under the MIT License - see the LICENSE file for details.
- Aircrack-ng team for their amazing tools
- All open-source contributors
- Security researchers who make the internet safer
Contributions are welcome! Please read our Contributing Guidelines for details on our code of conduct and the process for submitting pull requests.
For questions or support, please open an issue on GitHub.
Remember: Always obtain proper authorization before performing any security testing on networks you don't own or have explicit permission to test.
