sqli
SKILL.md
SQL Injection Testing Methodology
Overview
SQL Injection allows attackers to interfere with database queries, potentially accessing or modifying data.
Types
- Union-based: Extract data via UNION SELECT
- Error-based: Extract data via error messages
- Blind Boolean: Infer data from true/false responses
- Blind Time-based: Infer data from response delays
- Stacked Queries: Execute multiple statements