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,…