Skip to content

Semi-Automated Python Deauther For Kali Linux (deauth all)

Notifications You must be signed in to change notification settings

xtofuub/PacketStorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

PacketStorm 🚀

PacketStorm is a Python script designed to scan and deauthenticate Wi-Fi networks with surgical precision and maximum chaos. Built for penetration testers, security researchers, and chaos enthusiasts, this tool leverages airodump-ng and aireplay-ng to unleash havoc on wireless networks.


Features ✨

  • Real-Time Network Scanning: Discover nearby Wi-Fi networks in real-time with detailed information (BSSID, ESSID, Channel).
  • Selective or Mass Deauth: Choose to nuke a single network or unleash chaos on all detected networks.
  • Continuous Deauth: Keep the deauth attack running indefinitely until manually stopped.
  • Rich Terminal Interface: Beautifully formatted output using the rich library for maximum visual impact.
  • NetworkManager Restoration: Automatically restarts NetworkManager after the attack to restore normal network functionality.

Installation 🛠️

Prerequisites

  • Python 3.x
  • Aircrack-ng Suite
  • Wireless Adapter (supports monitor mode, e.g., Alfa AWUS036ACH)

Steps

  1. Install Dependencies:
    sudo apt update
    sudo apt install aircrack-ng
    pip install rich
    
  2. Clone the Repository:
   git clone https://github.com/xtofuub/PacketStorm.git
   cd packetstorm
   sudo python3 packetstorm.py

Disclaimer ⚠️

This tool is intended for educational and authorized testing purposes only. Misuse of this tool for illegal or unethical activities is strictly prohibited. The authors are not responsible for any damage or legal consequences caused by the misuse of this tool.