What problem does it solve? It guides security researchers through detecting missing or weak rate limiting on login, OTP, and password-reset endpoints during authorized bug bounty testing, avoiding false negatives caused by shadow throttling. ## Core Features & Use Cases - Four-State Rate-Limit Classification: Distinguishes hard lockout, soft IP throttle, CAPTCHA injection, and silent shadow-throttling instead of naively checking for HTTP 429 responses. - OTP and Token Brute Methodology: Provides phased curl, ffuf, and hydra workflows for OTP keyspace reachability math, token entropy measurement, and X-Forwarded-For IP-rotation bypass testing. - Enumeration and ReDoS Detection: Covers username/email enumeration via string, status, and timing oracles, plus super-linear latency testing for catastrophic-backtracking regex flaws. - Use Case: While testing a web app's login flow in a bug bounty program, run the 50-request burst probe, classify the defense state, and prove an IP-rotation bypass by toggling header rotation and showing the 429 returns. ## Quick Start Ask the AI to test the target's login and OTP verification endpoints for missing rate limiting using the phased brute-force hunting methodology.