if you run airoscript too much you’ll be left with mon0, mon1, mon2… etc
To remove them all you can do:
ifconfig -a | grep -i mon | awk ‘{ print $1 }’ | while read i;do airmon-ng stop $i;done
43/433
some Unix notes
if you run airoscript too much you’ll be left with mon0, mon1, mon2… etc
To remove them all you can do:
ifconfig -a | grep -i mon | awk ‘{ print $1 }’ | while read i;do airmon-ng stop $i;done
43/433