WebSockets
Finding Encryption and Compression
crypto.subtle, window.crypto, importKey, deriveKey, encrypt, decrypt, pbkdf2, hkdf, scrypt, AES, RSA, argon2, protobuf, msgpack, base64, mqtt, Uint8Array, atob, new WebSocket, ws.sendSQL Injection:
{
"username": "admin' OR '1'='1' -- ",
"password": "anything"
}Command Injection:
{
"command": "ping 127.0.0.1 && cat /etc/passwd"
}XXE - File Reading:
XSS (Cross-Site Scripting):
Server-Side Request Forgery (SSRF):
Insecure Direct Object Reference (IDOR) :
CSWSH
Denial of Service (DoS)
Race Conditions
Websocket Smuggling
Examples
live chat feature that uses web sockets for communication
Broadcasts Crashes via Manipulating Web-sockets
Kick the Session HOST User
Last updated