Installation

Get started with WIFIjam in a few easy steps

  1. Check Prerequisites: Python 3, pip, and a WiFi adapter supporting monitor mode and packet injection.
  2. Install dependencies:
  3. sudo apt update && sudo apt install python3 python3-pip aircrack-ng
  4. Clone the Repository:
  5. git clone https://github.com/AryanVBW/WIFIjam.git
  6. Navigate to the Project Directory:
  7. cd WIFIjam
  8. Install Python requirements:
  9. pip3 install -r requirements.txt
  10. Run the Tool:
  11. sudo python3 wifi1.py

Note: Most features are tested on Debian/Ubuntu. Use sudo for WiFi operations. Adapter must support monitor mode.

  1. Check Prerequisites: Python 3, pip, and a WiFi adapter supporting monitor mode and packet injection.
  2. Install dependencies:
  3. sudo pacman -Syu python python-pip aircrack-ng
  4. Clone the Repository:
  5. git clone https://github.com/AryanVBW/WIFIjam.git
  6. Navigate to the Project Directory:
  7. cd WIFIjam
  8. Install Python requirements:
  9. pip install -r requirements.txt
  10. Run the Tool:
  11. sudo python wifi1.py

Note: Arch support is experimental. Use sudo for WiFi operations. Adapter must support monitor mode.

  1. Check Prerequisites: Python 3, pip, Homebrew, and a compatible WiFi adapter.
  2. Install dependencies:
  3. brew install python3 aircrack-ng
  4. Clone the Repository:
  5. git clone https://github.com/AryanVBW/WIFIjam.git
  6. Navigate to the Project Directory:
  7. cd WIFIjam
  8. Install Python requirements:
  9. pip3 install -r requirements.txt
  10. Run the Tool:
  11. python3 wifi1.py

Note: Monitor mode and packet injection are limited on macOS due to driver restrictions. Most features may not work natively.

  1. Check Prerequisites: Python 3, pip, Chocolatey, and a compatible USB WiFi adapter.
  2. Install dependencies:
  3. choco install python aircrack-ng
  4. Clone the Repository:
  5. git clone https://github.com/AryanVBW/WIFIjam.git
  6. Navigate to the Project Directory:
  7. cd WIFIjam
  8. Install Python requirements:
  9. pip install -r requirements.txt
  10. Run the Tool (WSL2 recommended):
  11. wsl sudo python3 wifi1.py

Note: Native WiFi jamming is not supported on Windows. Use WSL2 with a compatible USB WiFi adapter for best results. Some features may not work due to driver limitations.

Tip: You can add OS icons to each tab for extra clarity.
Having trouble? Make sure your WiFi adapter supports monitor mode and you are running the script with appropriate privileges.