What problem does it solve? Web application security testers need a systematic way to find Cross-Site Request Forgery vulnerabilities, including modern variants that bypass SameSite cookies, Content-Type enforcement, and CSRF token validation, without missing high-impact account-takeover chains. ## Core Features & Use Cases - Attack Surface Mapping: Identifies state-changing endpoints, weak SameSite cookie attributes, static CSRF tokens, and JSON endpoints missing Content-Type enforcement through URL patterns, response headers, and JavaScript signals. - Step-by-Step Hunting Methodology: Provides a 10-step workflow covering token omission and substitution tests, OAuth RelayState validation, social account linking flows, and third-party dashboard checks (Grafana, Kibana). - Bypass Techniques & PoC Templates: Includes ready-to-adapt HTML form payloads, text/plain JSON-CSRF constructions, curl commands for token reuse testing, and bypasses for SameSite=Lax, Origin checks, and double-submit cookies. - Use Case: While testing a target's account settings page, use this Skill to discover that the email-change endpoint accepts text/plain requests without a CSRF token, then build a cross-origin PoC page demonstrating account takeover. ## Quick Start Use the hunt-csrf skill to test the authenticated settings endpoints on my authorized bug bounty target for CSRF vulnerabilities and build a proof of concept for any findings.