back to Web Hacking

All Web Hacking articles

Web Hacking → All Web Hacking articles

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…

May 24, 2026

Single Page App Security

SPAs push a huge surface into the browser, and every server-side mental model breaks on the way. Route guards aren't auth, tokens …

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

Prototype Pollution

How one missing __proto__ check in lodash.merge turns user-supplied JSON into RCE on every Node service downstream of it. The Java…

May 23, 2026

WebSocket Security

A browser feature that bypasses SOP, CORS and most WAFs the moment the 101 lands. The HTTP→WS handshake byte by byte, then Cross-S…