Exploiting insecure WebSocket Communication

Gupta Bless
5 min readJan 30, 2021

--

What is WebSocket ?

For communication between client and server, we usually use HTTP protocol where server respond to the client request but if we talk about weather, gaming application that keeps changing in a very short span of time we need something different. Therefore, we use web-sockets to make this communication faster. If a data gets changes on the server side there is…

--

--

Gupta Bless

Security enthusiast working to secure web for others.