Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wi-ATTACK 3.0

Screenshot_2025-03-26-13-46-47-024_com miui gallery

This is a powerful esp8266 based wifi penetration tool library with a variety of features starting from deauthentication, beacon spamming, probe requests, realtime wifi authentication monitoring, wifi scanning, packet monitoring and much more. This project has a powerful Command Line Interface(CLI) and can be controlled via serial monitor.

Disclaimer:This is a tool for educational purposes this is neither good nor bad, it depends on how you use this tool


🛠️ Features

🔹 Wi-Fi Scanning – Detect nearby networks with detailed info
🔹 Deauthentication Attacks – Disconnect clients from networks
🔹 Packet Sniffing – Intercept and analyze wireless packets
🔹 Beacon Spamming – Create fake APs to test security
🔹 Monitor Authentications – Detect login attempts and handshakes
🔹 Probe Requests – Track devices searching for networks


📥 Downloading the .bin File

Before installing Wi-ATTACK, download the latest firmware:

  1. Go to my releases page:
  2. Download the latest .bin file:
    • Find the latest release.
    • Click on the .bin file to start the download.
  3. Save it to an accessible location (e.g., Desktop, Downloads folder).

🔥 Installation Guide

🖥️ Using ESP8266loader (For Android)

  1. Download ESP8266Flasher from here.
  2. Connect your ESP8266 to your device.
  3. Open ESP8266loader app and select the downloaded .bin file.
  4. Click Upload button and wait for the process to complete.

🛠️ Using esptool (Windows, Linux, Mac)

  1. Install esptool using:

    pip install esptool
  2. Connect your ESP8266 to your computer.

  3. Flash the firmware with:

     esptool.py -p <PORT> -b 115200 write_flash 0 <BIN_FILE>

    Replace with your ESP8266’s serial port.

    Replace <BIN_FILE> with the path to the downloaded .bin file.


🖥️ Using NodeMCU Flasher (Windows Only)

  1. Download NodeMCU Flasher from here.

  2. Open NodeMCU Flasher.exe and select the correct COM port.

  3. Click on the Config tab and select the downloaded .bin file.

  4. Go back to the Operation tab and click Flash.

  5. Wait for the flashing process to complete.


📝 License

This software is licensed under the MIT License. See the LICENSE file for details.

About

Wi-ATTACK library is for pentesting and Wi-Fi penetration tool.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages