What problem does it solve?
CAPTCHA controls often look enforced but fail server-side, leaving login, registration, and password-reset endpoints open to automation, brute force, and account farming. This Skill gives security testers a structured checklist to verify whether CAPTCHA validation actually exists and holds up under replay, omission, and cross-endpoint abuse.
Core Features & Use Cases
- Six Bypass Patterns: Covers omitted CAPTCHA fields, empty/null values, replayed tokens, unprotected sibling endpoints, rate-window challenges, and static or predictable CAPTCHAs.
- Concurrency Guidance: Explains how to fire parallel requests to satisfy sliding-window rate counters that sequential testing cannot trigger.
- Impact Chaining: Maps findings to severity by chaining with brute force, forgot-password, and race-condition attack paths.
- Use Case: During an authorized bug bounty engagement, intercept a registration request, remove the g-recaptcha-response field, and replay it — if account creation succeeds, you have confirmed missing server-side CAPTCHA validation with a reproducible proof.
Quick Start
Ask the AI to test the target's registration and login forms for CAPTCHA bypass by omitting the CAPTCHA field and replaying a solved token.