Created Cross Site Scripting (markdown)

leithoff 2016-05-27 14:28:50 +02:00
parent 2a572d713d
commit e9bc2c80ae

20
Cross-Site-Scripting.md Normal file

@ -0,0 +1,20 @@
## Real World XSS
### by David Zimmer http://sandsprite.com/Sleuth
#### Section 1 - [[XSS Description, and overview|XSS Description, and overview]]
* Introduction
* Prerequisites
* Impacts (Attack Scenario)
* Impact Summary
#### Section 2 - [[XSS Methods of Injection, and filtering|XSS Methods of Injection, and filtering]]
* Injection Points
* Injection methods and filtering
* XSS scripting tips and tricks
#### Section 3 - [[XSS Inside the mind, mental walk along of a XSS hack|XSS Inside the mind, mental walk along of a XSS hack]]
#### Section 4 - [[XSS Conclusion|XSS Conclusion]]
----
Less in dept Article on developerworks.ibm.com
<a href="http://www-106.ibm.com/developerworks/library/wa-secxss/?ca=dgr-lnxw82PreventXSS" target="_blank">Prevent XSS</a>
----
back to DeveloperDocs