Skip to content

Instantly share code, notes, and snippets.

@egemenyildiz
Created September 8, 2018 17:26
Show Gist options
  • Save egemenyildiz/8af4b59fb3d18fa4cbfaea7ec6c3c32d to your computer and use it in GitHub Desktop.
Save egemenyildiz/8af4b59fb3d18fa4cbfaea7ec6c3c32d to your computer and use it in GitHub Desktop.
simple network monitoring
tcpdump -i en0 -A | grep -E 'Host:' --line-buffered | sed 's/Host: //g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment