Skip to content

Instantly share code, notes, and snippets.

@kmatt
Last active June 17, 2020 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmatt/c560b3a1036b56adc64c9396724433ac to your computer and use it in GitHub Desktop.
Save kmatt/c560b3a1036b56adc64c9396724433ac to your computer and use it in GitHub Desktop.
What is my IP tcpdump
# Host
$ tcpdump -i ${iface} -nn port 5555
# Client
$ telnet ${hostip} 5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment