Hack All Wifi With Wifi Jammer
Wifijammer, is a tool that blocks all wifi clients and access points within range. The effectiveness of this script is constrained by your wireless card. Alfa cards seem to effectively jam within about a block radius with heavy access point saturation.
Granularity is given in the options for more effective targeting.
Granularity is given in the options for more effective targeting.
System Requirement
- Python 2.7
- Python-scapy
- Wireless card capable of injection (alfa card)
Download and Install
git clone https://github.com/DanMcInerney/wifijammer.git
Step 2: Run wifijammer
python wifijammer.py
Now this will find the most powerful wireless interface and turn on monitor mode. If a monitor mode interface is already up it will use the first one it finds instead. It will then start sequentially hopping channels 1 per second from channel 1 to 11 identifying all access points and clients connected to those access points. On the first pass through all the wireless channels it is only identifying targets. After that the 1sec per channel time limit is eliminated and channels are hopped as soon as the death packets finish sending.
Comments
Post a Comment