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
View as PDF: This entry | This month | Full blog


0 Trackbacks