What problem does it solve?
This Skill solves the critical gap of undetected brute force, missing or weak rate limiting, and authentication enumeration vulnerabilities that lead to account takeover, credential stuffing, denial of service, and financial loss in web applications. It eliminates false negative conclusions from naive rate limit checks that only look for 429 responses by teaching testers to classify four distinct rate limit defense states.
Core Features & Use Cases
- 4-State Rate Limit Classification: Distinguishes hard account lockout, soft IP throttling, CAPTCHA injection, and silent shadow throttling to avoid false "no rate limit" findings.
- Brute Force Feasibility Testing: Validates OTP/2FA brute force reachability (including 6-digit 10^6 keyspace math), password reset token brute force, and login credential stuffing risks.
- Enumeration Detection: Identifies username/email enumeration via response string, status code, and timing oracle differences.
- Bypass Testing: Checks for IP-based rate limit bypass via client-controlled headers like X-Forwarded-For.
- Token Entropy Analysis: Measures the predictability of reset, session, and OTP tokens to assess brute force viability.
- ReDoS Detection: Confirms catastrophic backtracking regex vulnerabilities with super-linear latency testing.
- Use Case: A red teamer can use this Skill to test a corporate login portal, identify a shadow-throttled OTP endpoint with no effective rate limit, calculate that a 6-digit OTP can be brute forced in under 3 hours at observed throughput, and report a critical MFA bypass finding.
Quick Start
Use the hunt-brute-force skill to test a target's OTP verification endpoint for missing rate limiting and assess brute force feasibility leading to account takeover.