This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "SQL Injection Cookbook"

From OWASP
Jump to: navigation, search
Line 7: Line 7:
  
 
=Database Servers=
 
=Database Servers=
* [[IBM DB2|SQL Injection Cookbook - DB2]]
+
* [[SQL Injection Cookbook - DB2|IBM DB2]]
* [[Microsoft SQL|SQL Injection Cookbook - MSSQL]]
+
* [[SQL Injection Cookbook - MSSQL|Microsoft SQL]]
* [[MySQL|SQL Injection Cookbook - MySQL]]
+
* [[SQL Injection Cookbook - MySQL|MySQL]]
* [[Oracle|SQL Injection Cookbook - Oracle]]
+
* [[SQL Injection Cookbook - Oracle|Oracle]]
* [[PostgreSQL|SQL Injection Cookbook - PostgreSQL]]
+
* [[SQL Injection Cookbook - PostgreSQL|PostgreSQL]]
  
 
* [[SQL Injection Cookbook template|Template for new server types]]
 
* [[SQL Injection Cookbook template|Template for new server types]]

Revision as of 20:25, 13 January 2007

Reconnaissance

Identifying the SQL platform

Attacks

Injection fuzzing strings

SQL tautology attacks

Database Servers