What problem does it solve? Race condition vulnerabilities let attackers bypass one-time-use limits, double-spend credits, and defeat rate limits, but they are hard to find because they only appear under concurrent request timing that manual testing rarely reproduces. ## Core Features & Use Cases - Systematic Hunting Methodology: A 10-step workflow covering target enumeration, state machine analysis, parallel request execution, and reproducibility validation. - HTTP/2 Single-Packet Attack Guidance: Deep reference on James Kettle's last-byte-sync technique and Flatt Security's first-sequence-sync extension for up to 10,000 concurrent requests. - Ready-to-Use Payloads: Turbo Intruder, curl, and Python asyncio templates plus grep patterns for auditing Rails, Django, PHP, and Node.js codebases. - Use Case: A bug bounty hunter testing a coupon redemption endpoint sends 30 simultaneous requests via Turbo Intruder's BURP2 engine, confirms the coupon redeems twice, and documents a reproducible double-redemption report. ## Quick Start Ask the AI to test a specific one-time-use endpoint, such as a coupon redemption or vote endpoint, for race condition vulnerabilities using parallel requests.