Created
September 26, 2018 16:29
-
-
Save ivand58/37ebb8cccd4ce54e58b76345408be35f to your computer and use it in GitHub Desktop.
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
| mkfifo /tmp/board; | |
| wireshark -k -i /tmp/board & | |
| ssh root@10.7.6.5 "tcpdump -s 0 -U -n -w - -i lo not port 22" > /tmp/board; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Explanation of our solution:
Following are the steps that we performed on the local machine to pipe the results of tcpdump on the remote machine on the wireshark on the local machine.