Last active
May 16, 2020 21:49
-
-
Save snowch/6c801505a90f867a54e5efd055188700 to your computer and use it in GitHub Desktop.
tcpdump over ssh to wireshark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh user@remotehost tcpdump -i eth1 -U -s0 -w - 'not port 22' | sudo wireshark -k -i - | |
ssh user@remotehost tcpdump -i eth1 -U -s0 -w - 'not port 22' | sudo /Applications/Wireshark.app/Contents/MacOS/Wireshark -k -i - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment