Every OAST tool — Burp Collaborator, interactsh, this one — rests on a handful of capabilities that are usually treated as magic: owning a DNS zone and answering everything under it, speaking just enough of a protocol to capture a callback, and running untrusted response logic safely.

This series builds each of those from scratch, in order, with the bugs I hit along the way.