Relative Content

Tag Archive for pythonwebsocket

How can I deliver a message by WebSocket?

I’m struggling to have a message delivered from a user to another one connected in the same net by Websocket. The connection between both of them is well suceeded but as I try to send the message it doesn’t reaches the destination. It’s is probably something related to the non-existence of chat threads or the use of callback functions that I don’t dominate.

Python websocket

I’ve been trying to get access to websocket of this site trough python but it needs to bypass cloudflare and now I’ve tried to make the bypass trough cookies but this didn’t work.

How to use a .pem certificate with a web socket client for authentication?

I am trying to use a .pem certificate to connect to a server using websockets as required.
They required using a token and the certificate.
First, I tried to add the certificate in the header along with the token.
I got an error 413.
Then I tried the code below.
I got an unauthorized error.
What could be the solution according to you?
I am using python 3.11 and websocket-client library 1.8.0 .

Need help on Windows based Application Websocket vulnerabilities testing

Since I’m not particularly experienced with websocket testing, I require assistance testing the Secured Websocket (WSS) Vulnerabilities.
I’m still finding information on web application-based webSocket testing and testing tools like Zap, Burp Suite, and others on the Internet.However, I require a program or tool to assist me in assessing the webSocket vulnerabilities in Windows desktop applications. In detail, I have a Windows application with a front end and a back end. The data between the front end and the back end is transferred via a web socket on port 51499.
Please assist me right away. Kindly provide any further information that is needed. Regards