mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
V2.1.1
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com> Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -37,7 +37,9 @@ reload_brcm() {
|
||||
# starts mon0
|
||||
start_monitor_interface() {
|
||||
rfkill unblock all
|
||||
airmon-ng start wlan0
|
||||
ifconfig wlan0 up
|
||||
iw phy `iw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}'` interface add wlan0mon type monitor
|
||||
ifconfig wlan0 down && ifconfig wlan0mon up
|
||||
}
|
||||
|
||||
# stops mon0
|
||||
|
Reference in New Issue
Block a user