Last active
September 29, 2017 13:33
-
-
Save cherniag/afdc90219138f3e205614dbc6de30689 to your computer and use it in GitHub Desktop.
tshark and tcpdump
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
sudo tcpdump -n -i lo 'port 8866 and host <ip>' -w - | |
-i is interface! -> ifconfig | |
sudo tshark -i lo -f "port 8866" | |
sudo tshark -i lo -e websocket.payload.text_unmask -Tfields port 8866 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment