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
Jump to: navigation, search
m (Target audience)
(Presentation)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
  
 
= Presentation =
 
= Presentation =
The presentation can be found in [[:Image:Module Cross Site Scripting (XSS).ptt|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

External pointers