diff --git a/Cross-Site-Scripting.md b/Cross-Site-Scripting.md new file mode 100644 index 0000000..17c8989 --- /dev/null +++ b/Cross-Site-Scripting.md @@ -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 +Prevent XSS +---- +back to DeveloperDocs \ No newline at end of file