Skip to main content

Wi-Fi attack toolkit for penetration testing (educational use only)

Reason this release was yanked:

Yanked due to an incorrect version release. Users should install from the GitHub repository until a new release is available.

Project description

Wi-Fi Attack Automation Tool

Python Platform License Version


This tool is a Python-based utility that automates the process of Wi-Fi network penetration testing, including handshake capture, password cracking, DoS attacks, and password list generation. It acts as a wrapper around powerful tools like aircrack-ng, airodump-ng, aireplay-ng, crunch, and wireshark.

For Authorized Penetration Testing Only This tool is intended for security professionals and researchers on networks they own or are authorized to audit. Unauthorized access or attacks on networks are illegal and unethical.


Features

  • Scan for Access Points and capture detailed information.
  • Detect and lock on target network channels.
  • Capture WPA/WPA2 handshakes.
  • Launch deauthentication (DoS) attacks.
  • Crack captured handshakes using a wordlist or custom-generated passwords.
  • Generate password lists with custom masks using crunch.
  • Launch Wireshark for EAPOL packet inspection.
  • Interactive terminal-based menu interface.

Project Tree

├── assets (All password files created should be in this folder)
│   ├── generated_password.txt
│   └── john.lst
├── LICENSE
├── README.md
├── requirements.txt
├── setup.sh
├── run.sh (PIP installation)
└── src
    ├── animation.py
    ├── GenCharlist.py
    ├── Get_AP.py
    ├── mac_address_detector.py
    ├── network_scanner.py
    └── wifi_cracker.py

Option 1: Install & Run via github

1. Clone the Repository

git clone https://github.com/cyb2rS2c/Wi-Fi_ATTACK.git
cd Wi-Fi_ATTACK

2. Run

chmod +x setup.sh;source ./setup.sh

Root privileges are required for most network interface operations.

Option 2: Install & Run via pip (Recommended)

curl -LO https://raw.githubusercontent.com/cyb2rS2c/Wi-Fi_ATTACK/refs/heads/main/run.sh
sudo chmod +x run.sh;./run.sh 

Screenshots

View - Screenshots


Author

cyb2rS2c - GitHub Profile

License

MIT License. See LICENSE for more info.

Legal Disclaimer

This software is provided for educational and authorized pentesting only. The author is not responsible for any misuse or damage caused. Always get explicit permission before auditing any network.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wi_fi_attack-4.0.3.tar.gz (24.7 kB view details)

Uploaded Source

File details

Details for the file wi_fi_attack-4.0.3.tar.gz.

File metadata

  • Download URL: wi_fi_attack-4.0.3.tar.gz
  • Upload date:
  • Size: 24.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for wi_fi_attack-4.0.3.tar.gz
Algorithm Hash digest
SHA256 b6622d0ebf80a80b41ed8077294e57c331c2ff2919af230120b5df6165812b79
MD5 19de10ffa888a5bd7309ba468faf4024
BLAKE2b-256 f12eea86e5c4070487a9f5e2fc6f5264bfe136f35beba54d3ef169d9b7d272ec

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page