Installation
Get started with WIFIjam in a few easy steps
- Check Prerequisites: Python 3, pip, and a WiFi adapter supporting monitor mode and packet injection.
- Install dependencies:
- Clone the Repository:
- Navigate to the Project Directory:
- Install Python requirements:
- Run the Tool:
sudo apt update && sudo apt install python3 python3-pip aircrack-ng
git clone https://github.com/AryanVBW/WIFIjam.git
cd WIFIjam
pip3 install -r requirements.txt
sudo python3 wifi1.py
Note: Most features are tested on Debian/Ubuntu. Use sudo for WiFi operations. Adapter must support monitor mode.
- Check Prerequisites: Python 3, pip, and a WiFi adapter supporting monitor mode and packet injection.
- Install dependencies:
- Clone the Repository:
- Navigate to the Project Directory:
- Install Python requirements:
- Run the Tool:
sudo pacman -Syu python python-pip aircrack-ng
git clone https://github.com/AryanVBW/WIFIjam.git
cd WIFIjam
pip install -r requirements.txt
sudo python wifi1.py
Note: Arch support is experimental. Use sudo for WiFi operations. Adapter must support monitor mode.
- Check Prerequisites: Python 3, pip, Homebrew, and a compatible WiFi adapter.
- Install dependencies:
- Clone the Repository:
- Navigate to the Project Directory:
- Install Python requirements:
- Run the Tool:
brew install python3 aircrack-ng
git clone https://github.com/AryanVBW/WIFIjam.git
cd WIFIjam
pip3 install -r requirements.txt
python3 wifi1.py
Note: Monitor mode and packet injection are limited on macOS due to driver restrictions. Most features may not work natively.
- Check Prerequisites: Python 3, pip, Chocolatey, and a compatible USB WiFi adapter.
- Install dependencies:
- Clone the Repository:
- Navigate to the Project Directory:
- Install Python requirements:
- Run the Tool (WSL2 recommended):
choco install python aircrack-ng
git clone https://github.com/AryanVBW/WIFIjam.git
cd WIFIjam
pip install -r requirements.txt
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.