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 1: Line 1:
 +
This document assumes a basic knowledge of standard SQL (selects, inserts, joins, etc.).
 +
 
=Reconnaissance=
 
=Reconnaissance=
 
==Identifying the SQL platform==
 
==Identifying the SQL platform==
Line 4: Line 6:
 
=Attacks=
 
=Attacks=
 
==Injection fuzzing strings==
 
==Injection fuzzing strings==
==SQL tautology attacks==
 
  
=Database Servers=
+
=Database platforms=
 
* [[SQL Injection Cookbook - DB2|IBM DB2]]
 
* [[SQL Injection Cookbook - DB2|IBM DB2]]
 
* [[SQL Injection Cookbook - MSSQL|Microsoft SQL]]
 
* [[SQL Injection Cookbook - MSSQL|Microsoft SQL]]

Latest revision as of 07:15, 14 January 2007

This document assumes a basic knowledge of standard SQL (selects, inserts, joins, etc.).

Reconnaissance

Identifying the SQL platform

Attacks

Injection fuzzing strings

Database platforms