Add the shell script to turn the AP in monitor mode

This commit is contained in:
smagnin 2016-06-16 13:05:10 +02:00
parent 93ddfdfab4
commit 0f46483c95

6
AP/mon.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
iw phy phy0 interface add mon0 type monitor
iw dev wlan0 del
ifconfig mon0 up
iw dev mon0 set freq 2462