Created
April 6, 2020 15:59
-
-
Save Zobber/98d84f2a0e35d1999f6e080ee869d8ea to your computer and use it in GitHub Desktop.
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
sudo stdbuf -oL tcpdump -nK -ieth2 src port 555 and host 192.168.1.46 -A | stdbuf -oL egrep -o '\.\[.*\]' | stdbuf -oL awk '{print "Alerta detectada --- "$0}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment