// ratrace

Race conditions

Pro tier

Beat check-then-act windows the proxy can't reach — single-packet attacks, last-byte sync and barrier coordination.

// capabilities

What it does

single-packet attack

Land 20-plus requests in one TCP packet so they hit the server in the same instant.

last-byte sync

Withhold the final byte of each request, then release them together for tight timing.

barrier coordination

Gate a batch of requests behind a shared barrier for repeatable races.

prebuilt modules

Common patterns — coupon abuse, double-spend, TOCTOU — ready to point at a target.

// detail

The bugs a proxy can't reach

Burp needs the Turbo Intruder extension to attempt races; Hugin ships a dedicated engine. Single-packet timing exposes limit-overrun and double-spend bugs that ordinary repeating never triggers.