back to Web Hacking

Auth & Sessions

Web Hacking → Auth & Sessions

Jun 11, 2026

Session Attacks

Once you are logged in, the session cookie IS your password. This is the full field guide to stealing it: hijacking, sidejacking, …

May 23, 2026

OAuth 2.0 / OIDC Attacks

Almost every real OAuth/OIDC bug lives in the gaps the spec leaves to implementers. The Authorization Code flow first, then redire…

May 23, 2026

JWT & OAuth

How modern auth actually works: sessions vs tokens, JWT structure byte by byte, OAuth 2.0 flows (with PKCE), OpenID Connect, every…