Skip to content

Instantly share code, notes, and snippets.

@kylelix7
Created April 19, 2017 21:31
Show Gist options
  • Save kylelix7/2e6dbd663fcf4b5f3dc4ab62105c1933 to your computer and use it in GitHub Desktop.
Save kylelix7/2e6dbd663fcf4b5f3dc4ab62105c1933 to your computer and use it in GitHub Desktop.
tcpdump, nc checking packets
on server: tcpdump -c 100 -i any udp and port 33001
on client: nc -u <IP> 33001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment