Skip to content

mutantzombie/WebSocketNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

WebSockets

Supporting material for WebSockets security presentations.

Send questions and suggestions to @mutantzombie.bsky.social

Follow the blog.

Code Samples

scapy/WebSockets.py

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.

Presentations

RSA US 2013

BayThreat 2012

About

Supporting material for WebSockets security presentations.

Topics

Resources

Stars

Watchers

Forks

Languages