Created
August 20, 2022 06:45
-
-
Save hetelek/9a96eeef35fe0b42ccebd003ed67a4cd to your computer and use it in GitHub Desktop.
Wireshark over SSH MacOS
This file contains 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 -i ~/.ssh/key ec2-user@IP_ADDR "sudo tcpdump -i any -U -s0 -w - 'not port 22'" | /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