Skip to content

Instantly share code, notes, and snippets.

@Zobber
Created April 6, 2020 15:59
Show Gist options
  • Save Zobber/98d84f2a0e35d1999f6e080ee869d8ea to your computer and use it in GitHub Desktop.
Save Zobber/98d84f2a0e35d1999f6e080ee869d8ea to your computer and use it in GitHub Desktop.
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