ctf.nitaimaarek.com Tracks Leaderboard Log in Sign up

Tracks / Web Cache Poisoning / Reading cache headers

Reading cache headers

4 min read

Caches announce themselves, and learning to read them is most of the skill.

The workflow: send a request, note whether the reflected input landed in the response, then resend a clean request to the same URL and check X-Cache. If the clean request comes back with your payload and a HIT, you poisoned a shared cache entry.