mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
9 lines
152 B
Bash
Executable File
9 lines
152 B
Bash
Executable File
#!/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
|