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 "OWASP Education Project Modules"
From OWASP
(→SQL Injection) |
|||
| Line 7: | Line 7: | ||
= Modules = | = Modules = | ||
tbd | tbd | ||
| − | == SQL Injection == | + | == SQL Injection (example) == |
example tbd | example tbd | ||
=== What is SQL Injection ? === | === What is SQL Injection ? === | ||
'''Description:'''<br> | '''Description:'''<br> | ||
| − | : | + | :This module explains SQL Injection. |
'''Target audience:'''<br> | '''Target audience:'''<br> | ||
| − | :Novice | + | :Novice. SQL knowledge is a prereqisite. Can be combined with the "What is SQL" Module. |
'''Presentation:'''<br> | '''Presentation:'''<br> | ||
:The presentation can be found in http://www.owasp.org/images/9/9d/Module_What_is_SQL_Injection.zip Any supporting stuff can be added here. | :The presentation can be found in http://www.owasp.org/images/9/9d/Module_What_is_SQL_Injection.zip Any supporting stuff can be added here. | ||
| Line 21: | Line 21: | ||
:* 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] | ||
| + | === What is SQL? === | ||
| + | '''Description:'''<br> | ||
| + | :This module is to explain SQL to non-programmers. This can be used as support prior to the "What is SQL Injection?" module. | ||
| + | '''Target audience:'''<br> | ||
| + | :Novice | ||
| + | '''Presentation:'''<br> | ||
| + | :The presentation can be found in http://www.owasp.org/images/d/da/Module_What_is_SQL.zip Any supporting stuff can be added here. | ||
| + | '''Resources:'''<br> | ||
| + | :External pointers: | ||
| + | :* Wikipedia on [http://en.wikipedia.org/wiki/Sql SQL] | ||
Revision as of 14:17, 1 March 2007
OWASP Module Template
Some guidelines:
- Use the OWASP Education Project Template powerpoint.
- Add a descriptive summary and expectations on knowledge.
- ...
Modules
tbd
SQL Injection (example)
example tbd
What is SQL Injection ?
Description:
- This module explains SQL Injection.
Target audience:
- Novice. SQL knowledge is a prereqisite. Can be combined with the "What is SQL" Module.
Presentation:
- The presentation can be found in http://www.owasp.org/images/9/9d/Module_What_is_SQL_Injection.zip Any supporting stuff can be added here.
Resources:
- OWASP pointers:
- OWASP Testing Guide on [[Testing_for_SQL_Injection|SQL Injection]
- OWASP Guide on SQL injection
- OWASP Article on [[SQL_Injection SQL Injection]
What is SQL?
Description:
- This module is to explain SQL to non-programmers. This can be used as support prior to the "What is SQL Injection?" module.
Target audience:
- Novice
Presentation:
- The presentation can be found in http://www.owasp.org/images/d/da/Module_What_is_SQL.zip Any supporting stuff can be added here.
Resources:
- External pointers:
- Wikipedia on SQL