Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-29 08:48:49 +01:00
parent d1e6503b70
commit 9c41396240

View File

@ -45,7 +45,7 @@ start_monitor_interface() {
# stops mon0
stop_monitor_interface() {
ifconfig wlan0mon down && iw dev wlan0mon del
airmon-ng stop wlan0mon
ifconfig wlan0 up
}