mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
added monstart and monstop scripts
This commit is contained in:
2
sdcard/rootfs/usr/bin/monstart
Executable file
2
sdcard/rootfs/usr/bin/monstart
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
iw phy phy0 interface add mon0 type monitor && ifconfig mon0 up
|
2
sdcard/rootfs/usr/bin/monstop
Executable file
2
sdcard/rootfs/usr/bin/monstop
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
ifconfig mon0 down && iw dev mon0 del
|
Reference in New Issue
Block a user