How to view all SSL certificates for a website using Google Chrome?

How to view all SSL certificates for a website using Chrome? When I click the lock icon, it shows only one certificate. The Security tab shows the same – details of only one certificate. How can I see all the certificates on a website? Is … Continue reading How to view all SSL certificates for a website using Google Chrome?

Is SSL over WebSocket less necessary when a connection is established from a smartphone?

I am developing a modification for a game server. The mod hosts a SocketServer which clients can connect to using a smartphone app, allowing them to chat with other players whilst not physically playing on the server.
In order for a client… Continue reading Is SSL over WebSocket less necessary when a connection is established from a smartphone?

Intercept and modify Server-Sent Events (EventSource API)

I’m working with a web application using Server-Sent Events (SSE, EventSource API), similar to WebSockets. However, none of the commonly penetration test tools seem to fully support this.
I’ve tried Burp Professional, OWASP ZAP and mitmpro… Continue reading Intercept and modify Server-Sent Events (EventSource API)