What problem does it solve? Finding SQL injection vulnerabilities manually is slow and error-prone, and testers often pick the wrong technique, miss the correct UNION column count, or submit reports that fail triage because impact was never proven. This Skill provides a structured hunting methodology built from 29 real bug bounty reports, CVEs, and security advisories. ## Core Features & Use Cases - Technique Selection Logic: Chooses UNION-based extraction for reflected endpoints and reserves blind boolean/time-based methods for non-reflecting ones, with exhaustive column-count enumeration. - Full Payload Arsenal: Covers error-based, boolean blind, time-based blind, UNION, NoSQL operator injection (MongoDB $where/$regex/$ne), and WAF bypass techniques including encoding, comment injection, and header-based delivery. - Modern Case Studies: Includes Rocket.Chat CVE-2021-22911, Mongoose CVE-2024-53900, Django CVE-2024-42005, and Mozilla blind SQLi reports with root-cause analysis. - Use Case: While testing a target's /search endpoint in an authorized bug bounty program, use this Skill to confirm injection, enumerate columns, extract proof data, and validate the finding against the Gate 0 reproducibility checklist before reporting. ## Quick Start Use the hunt-sqli skill to test this target's search parameter for SQL injection and help me build a reproducible proof of concept for my bug bounty report.