mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
9 lines
152 B
Bash
9 lines
152 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sudo modprobe mac80211_hwsim radios=4
|
||
|
sleep 2
|
||
|
ip link set wlan3 down
|
||
|
iw wlan3 set type monitor
|
||
|
ip link set wlan3 up
|
||
|
iw wlan3 set channel 1
|