debugging websocket from the cli

0

I am trying to monitor/inspect/debug websocket traffic between two debian boxes. I'd like to have the equivalent of ngrep or tcpdump, ie something that will listen to the traffic on the interface of one box, and display it. I understand I can do that by capturing the pcap file and pushing it to wireshark, but that is a bit cumbersome. Anyone can recommend a tool to inspect this traffic from the CLI ? couldnt find any !

tks J.

cerien

Posted 2019-05-28T14:34:09.920

Reputation: 1

No answers