主题
SQL 注入(SQL Injection)
关系型数据库注入(CWE-89)知识体系。
难度跨度:入门 → 高级
文章目录
基础篇(00~09)
mysql 专项
mssql 专项
oracle 专项
postgresql 专项
sqlite 专项
注入技术细分
工具、绕过与收尾
目录树
text
sqli
│
├── 00-intro
├── 01-syntax
├── 02-architecture
├── 03-execution
├── 04-principle
├── 05-taxonomy
├── 06-detection
│
├── mysql/
│ ├── information_schema
│ ├── performance_schema
│ ├── mysql数据库
│ ├── file-privilege
│ ├── UDF提权
│ ├── outfile-shell
│ ├── load-file
│ └── dnslog
│
├── mssql/
│ ├── xp_cmdshell
│ ├── OLE Automation
│ ├── CLR
│ ├── OPENROWSET
│ └── linked server
│
├── oracle/
│ ├── ALL_TABLES
│ ├── DBA_USERS
│ ├── UTL_HTTP
│ ├── DBMS_XMLGEN
│ └── Java存储过程
│
├── postgresql/
│ ├── COPY
│ ├── pg_read_file
│ ├── Large Object
│ ├── pg_sleep
│ └── COPY PROGRAM
│
├── sqlite/
│ ├── sqlite_master
│ ├── ATTACH DATABASE
│ ├── load_extension
│ └── pragma
│
├── union
├── error-based
├── boolean-blind
├── time-blind
├── stack
├── wide-byte
├── second-order
├── insert
├── update
├── order-by
├── Group By Injection
├── Limit Injection
├── Json Injection
├── ORM Injection
├── sqlmap-source
├── waf-bypass
├── 企业真实案例
├── mitigation
└── referencescompilation参考
完整旧版合订文档:_legacy/compilation.md