1 repository
Injects authentication credentials into the initial WebSocket upgrade request during the handshake phase.
Distinct from Basic Authentication: Distinct from Basic Authentication: focuses on injecting credentials specifically into the WebSocket handshake, not general HTTP basic auth.
Explore 1 awesome GitHub repository matching security & cryptography · WebSocket Handshake Injections. Refine with filters or upvote what's useful.
wscat is a command-line WebSocket client and server tool that provides an interactive terminal interface for connecting to WebSocket endpoints, sending and receiving text messages in real time, and managing WebSocket control frames through typed slash commands. It supports basic HTTP authentication by injecting credentials into the initial WebSocket handshake request, and can route connections through an HTTP proxy using the CONNECT tunneling method. The tool includes a built-in WebSocket server mode that listens on a specified port, accepts incoming client connections, and relays messages be
Injects Basic HTTP authentication headers into the initial WebSocket upgrade request for credential-based access.