Skip to content

Instantly share code, notes, and snippets.

@maxbelyanin
Created January 26, 2016 13:10
Show Gist options
  • Save maxbelyanin/f601f8af0df3739fac1c to your computer and use it in GitHub Desktop.
Save maxbelyanin/f601f8af0df3739fac1c to your computer and use it in GitHub Desktop.
Wireshark remote capture
mkfifo /tmp/sharkfin
wireshark -k -i /tmp/sharkfin & ssh user@remote-host "dumpcap -P -w - -f 'not tcp port 22'" > /tmp/sharkfin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment