Airoscript leaves you with many “mon” interfaces

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

Leave a Reply

Your email address will not be published. Required fields are marked *