Skip to content

Instantly share code, notes, and snippets.

@sysbot
Created June 9, 2015 19:51
Show Gist options
  • Save sysbot/01cd0109b4126b9028bb to your computer and use it in GitHub Desktop.
Save sysbot/01cd0109b4126b9028bb to your computer and use it in GitHub Desktop.
/usr/sbin/tcpdump -nnt -r tmp.pcap | egrep '[S]' | awk -F '.' '{print $1"."$2"."$3"."$4}\' | sort | uniq -c | sort -nr | head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment