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 template"
From OWASP
Line 5: | Line 5: | ||
===Create a table=== | ===Create a table=== | ||
===List of columns for a specific table=== | ===List of columns for a specific table=== | ||
− | === | + | ===View table permissions=== |
− | === | + | ===Change table permissions=== |
==Stored Procedures== | ==Stored Procedures== | ||
===List of stored procedures or functions=== | ===List of stored procedures or functions=== | ||
Line 16: | Line 16: | ||
==Users== | ==Users== | ||
===List of database users=== | ===List of database users=== | ||
+ | ===List of database administrators=== | ||
===Database user permissions=== | ===Database user permissions=== | ||
===Create a new user=== | ===Create a new user=== | ||
===Change a user password=== | ===Change a user password=== | ||
− | == | + | ==Settings== |
+ | ===View database server settings=== | ||
+ | ===Change database server settings=== | ||
==Host Operating System== | ==Host Operating System== | ||
===Operating System version=== | ===Operating System version=== | ||
Line 28: | Line 31: | ||
==Data type casting== | ==Data type casting== | ||
==String-based queries with no quote characters== | ==String-based queries with no quote characters== | ||
− | |||
− | |||
− |
Revision as of 19:55, 13 January 2007
[hide]