Supporting material for WebSockets security presentations.
Send questions and suggestions to @mutantzombie.bsky.social
Follow the blog.
Proof-of-concept Scapy module for dissecting the WebSocket protocol using Python.
Download and install Scapy first.
There are still plenty of improvements to make:
- Parse the HTTP handshake.
- More robust support for non-text frames.
- Create generators to produce packets.
- Error handling.
- Provide sample pcaps.