What problem does it solve?
It helps you identify and exploit SQL injection paths when user input reaches SQL queries, authentication checks, sorting/filtering logic, or blind/out-of-band execution channels.
Core Features & Use Cases
- DBMS-aware exploitation playbook: Guides payload design and pivoting for MySQL, MSSQL, Oracle, PostgreSQL, SQLite, and Cassandra-specific constraints.
- Extraction via UNION, boolean-blind, and time-based techniques: Supports fast inline data retrieval and fallback inference when results are suppressed.
- Out-of-band (OOB) exfiltration and escalation: Provides targeted approaches like Oracle UTL_HTTP/UTL_INADDR and MSSQL OpenRowSet to exfiltrate or verify when in-band output is unavailable.
- Second-order injection and parameterization bypass scenarios: Covers cases where inputs are stored safely but later re-used unsafely in new query construction.
- WAF/filter evasion guidance: Includes keyword/whitespace/comment and encoding tricks to reach executable SQL syntax under filtering.
Quick Start
Tell the assistant: "Use the SQL injection expert playbook to analyze this suspected SQL sink, determine the likely DBMS from responses, then propose a minimal first-pass boolean or time-based test and the next OOB exfil step if output is blind."