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
(4 intermediate revisions by the same user not shown) | |||
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== | ||
=Attacks= | =Attacks= | ||
− | == | + | ==Injection fuzzing strings== |
− | =Database | + | =Database platforms= |
− | [[ | + | * [[SQL Injection Cookbook - DB2|IBM DB2]] |
− | [[ | + | * [[SQL Injection Cookbook - MSSQL|Microsoft SQL]] |
− | [[ | + | * [[SQL Injection Cookbook - MySQL|MySQL]] |
− | [[ | + | * [[SQL Injection Cookbook - Oracle|Oracle]] |
− | [[ | + | * [[SQL Injection Cookbook - PostgreSQL|PostgreSQL]] |
− | [[SQL Injection Cookbook template|Template for new server types]] | + | * [[SQL Injection Cookbook template|Template for new server types]] |
Latest revision as of 07:15, 14 January 2007
This document assumes a basic knowledge of standard SQL (selects, inserts, joins, etc.).