What problem does it solve? Bug bounty hunters and security testers often miss authentication bypass vulnerabilities because SSO enforcement on the main login UI hides forgotten legacy endpoints, misconfigured SAML signature validation, and cross-portal token trust issues that require a systematic methodology to uncover. ## Core Features & Use Cases - Legacy-Protocol Matrix: Maps branded login UIs to legacy endpoints (WordPress XMLRPC, SharePoint Authentication.asmx, Atlassian REST auth, Exchange EWS) that accept native credentials without MFA, rate limits, or lockouts. - SAML and JWT attack playbooks: Provides concrete payloads for signature stripping, XML comment injection, XSW parser differentials, alg-confusion, and audience-confusion attacks, grounded in 12 disclosed bug bounty reports. - Gate 0 validation and impact framing: Enforces a three-question impact check and supplies real payout-backed examples so findings are reported with reproducible, high-severity evidence. - Use Case: While testing an enterprise SaaS target with SSO enforced, use this Skill to probe /xmlrpc.php and /saml/callback, strip a captured SAMLResponse signature, and confirm account takeover before writing the report. ## Quick Start Load the hunt-auth-bypass skill and walk the Legacy-Protocol Matrix against my target's login surface to find auth bypass entry points.