check out the cli script to skip the lib installation --->
- Python 3.x
- PySide6 (optional)
aircrack-ngsuite
Download the bin from the releases and run it with sudo. or
-
Clone the repository:
git clone https://github.com/mtm-x/wifijammer.git cd wifijammer -
Ensure you have
aircrack-nginstalled:sudo apt-get install aircrack-ng
or
sudo pacman -S aircrack-ng
Best way is to download the binary from the release and run
sudo -E ./Jammer_v1.0_x64_Linux.bin
or wihtout -E arugument
Run the application with root privileges: ( need to install the requirements )
-
Install the required Python packages:
pip install -r requirements.txt
-
/home/lotus/qt_venv/bin/python ( this is your virt env path where u installed the requirements and make sure to give the full path as given below )
sudo -E /home/lotus/qt_venv/bin/python Jammer.py
or
sudo -E python jammer.py
