OpenAttackDefenseTools / tulip

Network analysis tool for Attack Defence CTF
GNU General Public License v3.0
264 stars 36 forks source link

[feature request] WebSocket data decoding #9

Open erdnaxe opened 1 year ago

erdnaxe commented 1 year ago

Currently Tulip shows WebSocket streams as TCP streams. It would be nice to format WebSocket streams like browser developer consoles do.

WebSocket can send packet in text mode or binary mode. For binary mode we could use an alternate representation.

devgianlu commented 1 year ago

On this note, it would be very cool to have a "plugin" system that can further decode the packet (protobuf, msgpack, etc..).