back to Web Hacking

More Techniques

Web Hacking → More Techniques

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

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…

Mar 27, 2026

Race Condition 2.0

Modern race condition exploitation — single-packet HTTP/2 attacks with Turbo Intruder, payment bypass, OTP brute force, TOCTOU fil…

Mar 27, 2026

Supply Chain Attacks

Deep technical guide to software supply chain attacks — dependency confusion, malicious npm postinstall scripts, GitHub Actions in…

Mar 27, 2026

WAF Bypass Techniques

Complete WAF bypass methodology — fingerprinting, encoding tricks, HPP, chunked transfer bypass, ModSecurity evasion, Cloudflare/A…