Last active
September 8, 2020 19:17
-
-
Save ChristianTremblay/10611dde084fcf63d6d5fe5c739b009f to your computer and use it in GitHub Desktop.
Termshark shortcut to capture BACnet packets on Linux boxes
This file contains hidden or 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
#!/bin/bash | |
interface=$1 | |
echo "Starting Termshark on ${interface}" | |
sudo /var/lib/snapd/snap/bin/termshark -i ${interface} -f "udp port 47808" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment