Skip to content

Instantly share code, notes, and snippets.

@snower
Created March 11, 2017 07:32
Show Gist options
  • Save snower/9a57458041056d60ae1c904c9da1e4d6 to your computer and use it in GitHub Desktop.
Save snower/9a57458041056d60ae1c904c9da1e4d6 to your computer and use it in GitHub Desktop.
tcpdumpwireshark
nc64.exe 192.168.199.109 5000 | "C:\Program Files\Wireshark\Wireshark.exe" -k -S -i -
tcpdump port ! 5000 -s0 -w - | nc -l -p 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment