Skip to content

Instantly share code, notes, and snippets.

@cherniag
Last active September 29, 2017 13:33
Show Gist options
  • Save cherniag/afdc90219138f3e205614dbc6de30689 to your computer and use it in GitHub Desktop.
Save cherniag/afdc90219138f3e205614dbc6de30689 to your computer and use it in GitHub Desktop.
tshark and tcpdump
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