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 "Education Module What Is SQL Injection"
From OWASP
(→OWASP pointers) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
= Module Description = | = Module Description = | ||
− | This module is an example module covering 'What is SQL Injection' as part of the [[:Category:Education Project|Education Project]] based on the [[Education Module Sample]]. This module explains SQL Injection. | + | This module is an example module covering 'What is SQL Injection' as part of the [[:Category:OWASP Education Project|Education Project]] based on the [[Education Module Sample]]. This module explains SQL Injection. |
= Target audience = | = Target audience = | ||
− | Novice. SQL knowledge is a | + | Novice. SQL knowledge is a prerequisite. Can be combined with the "[[Education Module What is SQL]]" Module. |
= Presentation = | = Presentation = | ||
− | The presentation can be found in [[Image:Module What is SQL.zip|What is SQL]]. | + | The presentation can be found in [[:Image:Module What is SQL Injection.zip|What is SQL Injection]]. |
= Resources = | = Resources = | ||
== OWASP pointers == | == OWASP pointers == | ||
− | * OWASP Testing Guide on [[Testing_for_SQL_Injection|SQL Injection]] | + | * OWASP Testing Guide on [[Testing_for_SQL_Injection (OWASP-DV-005)|SQL Injection]] |
* OWASP Guide on [[Interpreter_Injection#SQL_Injection|SQL injection]] | * OWASP Guide on [[Interpreter_Injection#SQL_Injection|SQL injection]] | ||
* OWASP Article on [[SQL_Injection|SQL Injection]] | * OWASP Article on [[SQL_Injection|SQL Injection]] | ||
+ | |||
== External pointers == | == External pointers == | ||
[[Category:OWASP Education Modules]] | [[Category:OWASP Education Modules]] |
Latest revision as of 22:44, 14 December 2008
Module Description
This module is an example module covering 'What is SQL Injection' as part of the Education Project based on the Education Module Sample. This module explains SQL Injection.
Target audience
Novice. SQL knowledge is a prerequisite. Can be combined with the "Education Module What is SQL" Module.
Presentation
The presentation can be found in What is SQL Injection.
Resources
OWASP pointers
- OWASP Testing Guide on SQL Injection
- OWASP Guide on SQL injection
- OWASP Article on SQL Injection