| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Complete hands-on guide from beginner to expert level. This 22-chapter curriculum provides comprehensive coverage of SQL injection vulnerabilities across MySQL, PostgreSQL, MSSQL, Oracle, and SQLite.
Detection & Fundamentals - Systematic approaches to identify injection points through error messages, boolean logic, and time-based delays.
Data Extraction - Master UNION-based extraction, blind injection with binary search optimization, schema enumeration, and efficient dumping techniques for large datasets.
Defense Evasion - Advanced WAF bypass techniques including case variation, comment injection, double URL encoding, hex concatenation, REVERSE() function obfuscation, and cutting-edge JSON SQL operator bypasses (@>, <@, JSON_EXTRACT) that exploit parser mismatches.
Modern Attack Vectors - Exploit JSON APIs, XML/SOAP services, HTTP headers, cookies, JWT KID parameters, GraphQL resolvers, and ORM frameworks (Hibernate, Django, Sequelize).
Specialized Techniques - Second-order stored injection, HTTP Parameter Pollution, heavy query DoS attacks, polyglot XSS+SQLi payloads, multibyte encoding bypasses (GBK, Big5, Shift-JIS), and NoSQL injection (MongoDB, Redis, Cassandra, Elasticsearch).
System Compromise - File system operations, privilege escalation, and OS command execution via database functions.
Each chapter includes real-world scenarios, database-specific syntax, exploitation workflows, detection checklists, and defensive mitigation strategies. The cheat sheet provides quick reference for all payloads across database types.
| Order | File | Topic | Level | Key Skills |
|---|---|---|---|---|
| 1 | Guide/01-Introduction.md | SQL Injection Fundamentals | Beginner | Understanding vulnerability, basic payloads, prevention |
| 2 | Guide/02-Detection-Methods.md | Finding Injection Points | Beginner | Reconnaissance, testing methodology, tool usage |
| 3 | Guide/03-Basic-Exploitation.md | Error & Boolean Exploitation | Beginner | Error-based extraction, blind boolean, time-based |
| 4 | Guide/04-Union-Injection.md | Union-Based Data Extraction | Intermediate | Column enumeration, UNION SELECT, concatenation |
| 5 | Guide/05-Database-Fingerprinting.md | DB Identification | Intermediate | Version detection, syntax differences, capabilities |
| 6 | Guide/06-Schema-Enumeration.md | Database Mapping | Advanced | System tables, column extraction, blind enumeration |
| 7 | Guide/07-Data-Extraction.md | Efficient Data Dumping | Advanced | GROUP_CONCAT, chunked extraction, optimization |
| 8 | Guide/08-Blind-Injection.md | Advanced Blind Techniques | Intermediate | Binary search, automation, OOB extraction |
| 9 | Guide/09-Filter-Evasion.md | WAF Bypass Techniques | Expert | Encoding, comments, keyword alternatives, tampering |
| 10 | Guide/10-Advanced-Techniques.md | Stacked Queries & File Ops | Expert | Multi-statement execution, file read/write, privilege escalation |
| 11 | Guide/11-OS-Command-Execution.md | Shell Access via SQLi | Expert | UDF, xp_cmdshell, COPY TO PROGRAM, reverse shells |
| 12 | Guide/12-Second-Order-Injection.md | Stored Injection Attacks | Expert | Delayed execution, storage-based attacks, admin exploitation |
| 13 | Guide/13-Alternative-Context-Injection.md | JSON, XML, Header Injection | Expert | Modern API contexts, HTTP headers, cookies |
| 14 | Guide/14-HTTP-Parameter-Pollution.md | HPP Attacks | Expert | Duplicate parameter exploitation, framework bypass |
| 15 | Guide/15-Heavy-Query-DoS.md | Resource Exhaustion | Expert | CPU/memory/disk exhaustion, DoS via SQL |
| 16 | Guide/16-JWT-SQL-Injection.md | JWT Injection | Expert | KID parameter SQL injection, signature bypass |
| 17 | Guide/17-GraphQL-SQL-Injection.md | GraphQL Injection | Expert | Resolver vulnerabilities, API-layer injection |
| 18 | Guide/18-ORM-Injection.md | ORM Bypass Techniques | Expert | Hibernate, Django ORM, Sequelize bypasses |
| 19 | Guide/19-Polyglot-Payloads.md | Polyglot Payloads | Expert | XSS+SQLi combo, multi-context payloads |
| 20 | Guide/20-Multibyte-Encoding-Bypass.md | Multibyte Bypass | Expert | GBK/charset encoding bypasses |
| 21 | Guide/21-NoSQL-Injection.md | NoSQL Injection | Expert | MongoDB, Redis, Cassandra, Elasticsearch injection |
| 22 | Guide/22-Cheat-Sheet.md | Complete Reference | All Levels | Quick payload reference, syntax comparison |
Start here if you are new to SQL injection:
For penetration testers who need to extract data quickly:
For advanced scenarios with WAFs or input filters:
For red team operations and advanced exploitation:
For specialized scenarios and modern application architectures:
For niche attack surfaces and bypass techniques:
docker run --rm -it -p 80:80 vulnerables/web-dvwa
# Login: admin / password
# Set security level to "low" or "medium"IMPORTANT: This material is for authorized security testing and educational purposes only.
This project is licensed under the MIT license. See the LICENSE file for details.
| Back | FazBrowse Home | New Git URL |