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 Cross Site Scripting (XSS)"
From OWASP
(Education Module Cross Site Scripting (XSS)) |
(→Presentation) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
= Target audience = | = Target audience = | ||
− | Novice. HTML and javascript knowledge is a | + | Novice. HTML and javascript knowledge is a prerequisite. |
= Presentation = | = Presentation = | ||
− | The presentation can be found in [[:Image:Module Cross Site Scripting (XSS). | + | The presentation can be found in [[:Image:Module Cross Site Scripting (XSS).ppt|Cross Site Scripting (XSS)]]. |
= Resources = | = Resources = | ||
== OWASP pointers == | == OWASP pointers == | ||
+ | * OWASP Top 10 on [[Top 10 2007-Cross Site Scripting|Cross site scripting]] | ||
* OWASP Testing Guide on [[Testing for Cross site scripting|Cross site scripting]] | * OWASP Testing Guide on [[Testing for Cross site scripting|Cross site scripting]] | ||
* OWASP Guide on [[Interpreter_Injection#User_Agent_Injection|User Agent Injection]] | * OWASP Guide on [[Interpreter_Injection#User_Agent_Injection|User Agent Injection]] | ||
* OWASP Article on [[Cross Site Scripting]] | * OWASP Article on [[Cross Site Scripting]] | ||
+ | |||
== External pointers == | == External pointers == | ||
* Book [http://www.amazon.com/Cross-Site-Scripting-Attacks-Exploits/dp/1597491543 Cross Site Scripting Attacks: Xss Exploits and Defense] | * Book [http://www.amazon.com/Cross-Site-Scripting-Attacks-Exploits/dp/1597491543 Cross Site Scripting Attacks: Xss Exploits and Defense] | ||
[[Category:OWASP Education Modules]] | [[Category:OWASP Education Modules]] |
Latest revision as of 20:11, 29 July 2007
Module Description
This module explains Cross Site Scripting (XSS) as part of the Education Project.
Target audience
Novice. HTML and javascript knowledge is a prerequisite.
Presentation
The presentation can be found in Cross Site Scripting (XSS).
Resources
OWASP pointers
- OWASP Top 10 on Cross site scripting
- OWASP Testing Guide on Cross site scripting
- OWASP Guide on User Agent Injection
- OWASP Article on Cross Site Scripting