back to Web Hacking

Injection

Web Hacking → Injection

May 23, 2026

Insecure Deserialization

How a serialized blob from a cookie, queue, cache or model file turns into remote code execution. Every language's landmines: PHP …

May 23, 2026

XML External Entity (XXE)

How a single <!DOCTYPE> line turns an XML parser into a file-read, SSRF and DoS primitive. Every variant: classic file read,…

Mar 27, 2026

SQL Injection

The string-concatenation bug that has emptied more credential tables than any other. The mechanism byte by byte — how attacker inp…