back to Web Hacking

Auth & Sessions

Web Hacking → Auth & Sessions

Jun 11, 2026

Authentication Bypass

The login form is just one door, and it is rarely the weakest. This is the full field guide to getting in without the password: SQ…

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

JWT Attacks

JWT validation has been a steady source of CVEs since 2015, because the header itself decides how the token gets verified — change…

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

Authentication Mechanisms

Every authentication scheme the modern web speaks — HTTP Basic, Digest, form-based, OAuth 2.0, OpenID Connect, SAML 2.0. The wire …

May 23, 2026

Session Management

How web sessions actually work. Server-side sessions vs token-based, every cookie attribute, the full lifecycle, session fixation,…