Feb
3
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
Posted by rdircio
| Top Exits (0)Vote for articles fresher than 7 days!
-
Current karma: none, 0 vote(s) 160 hits