Created
September 28, 2022 22:08
-
-
Save AlexLynd/4c8237015a0739fcad675173542972f7 to your computer and use it in GitHub Desktop.
wifi_coconut_probe_sniffer.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# detect probe requests for Network Name and trigger narrated alert | |
sudo wifi_coconut --no-display --disable-leds --pcap=- | tshark -Y "wlan.fc.type==0 && wlan.fc.subtype==4" -r - | awk '/NetworkName/{system("espeak 'Network found'")}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment