Skip to content

Instantly share code, notes, and snippets.

@BalzGuenat
Created September 25, 2017 16:35
Show Gist options
  • Save BalzGuenat/7b4136841c3c22d63a3b3e53371eef15 to your computer and use it in GitHub Desktop.
Save BalzGuenat/7b4136841c3c22d63a3b3e53371eef15 to your computer and use it in GitHub Desktop.
Remote Wiresharking

Analyze traffic of a remote host with local Wireshark.

ssh user@host sudo tcpdump -U -n -i eth0 not port 22 -w - | wireshark -k -S -i -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment