mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
5 lines
95 B
Bash
5 lines
95 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
../wpa_supplicant/wpa_supplicant -D nl80211 -i wlan2 -c client.conf -dd -K
|