What problem does it solve?
This Skill helps you reliably identify SQL Injection and NoSQL Injection vulnerabilities, then move from detection to practical exploitation while reducing false positives.
Core Features & Use Cases
- SQLi Detection Across Contexts: Sends universal probes to test string, numeric, JSON, and header injection points and interprets response behavior to classify likely SQLi context.
- Injection-Type Identification: Distinguishes error-based, UNION-based, blind boolean, and blind time-based SQLi using specific, repeatable criteria.
- Data Extraction & WAF Bypass Strategy: Provides per-database exploitation flows (MySQL/PostgreSQL/MSSQL/Oracle) plus time-based extraction patterns and common sqlmap automation flags.
Quick Start
Tell the AI to hunt the endpoint for SQLi by testing every parameter with the universal probes, determining the injection type from response and timing, then producing a concise exploitation-and-validation plan for the suspected database.