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
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== | ||
− | |||
− | =Database | + | =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.).