Category
HTTP
Protocol-level and SQL injection techniques — HTTP/3 services, operator-precedence SQLi, boolean-blind extraction, UNION-based session forging, and replay-driven SSRF.
Notes
5 totalBoolean Blind SQLi / Targeted Extraction
Extract data one bit at a time through success/failure, timing, or response-shape differences when full results aren't reflected.
Hybrid Session State via UNION SELECT
Forge a result row that mixes your stable identifiers with the victim's high-value attributes when the app trusts the row wholesale.
POST Replay / Cache Turning into Internal GET SSRF
Abuse replay systems and scheduled fetchers as hidden SSRF surfaces where a stored external POST becomes a privileged internal GET.
Service Hidden Behind HTTP/3 / QUIC
Reach a service that is intentionally only available over QUIC/HTTP3 even though a normal TCP HTTP probe looks dead.
SQLi where AND / OR Precedence Matters
Bias row selection in injectable login queries by reasoning about AND/OR precedence instead of blindly appending OR 1=1.