🧦WebSockets

WebSockets are used for all kinds of purposes, including performing user actions and transmitting sensitive information. Virtually any web security vulnerability that arises with regular HTTP can also arise in relation to WebSockets communications.

In the context of websockets, you can use Burp Suite to:

  • Intercept and modify WebSocket messages.

  • Replay and generate new WebSocket messages.

  • Manipulate WebSocket connections.

Last updated