Skip to content

Instantly share code, notes, and snippets.

@MLWALK3R
Created October 11, 2015 15:44
Show Gist options
  • Save MLWALK3R/3a5ac85fa5bb68ea2603 to your computer and use it in GitHub Desktop.
Save MLWALK3R/3a5ac85fa5bb68ea2603 to your computer and use it in GitHub Desktop.
Wireshark Plink
plink.exe -ssh ubnt@172.16.0.1 "sudo tcpdump -ni eth2 -s 0 -w - not port 22" | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment