No account yet?
Cross Site Scripting (XSS) Primer E-mail
User Rating: / 24
PoorBest 
Video - General
Written by Arne from Aachen Method   
Saturday, 04 April 2009 22:09
Cross Site Scripting (XSS) is a code injection vulnerability found in web applications and is generally used by malicious hackers to hijack a legitimate user's session with the website. XSS vulnerabilities are caused because of improper validation of user input by the Server and then sending this invalidated input back to the user in some exploitable form. A great resource to track the latest XSS vulnerable software, websites and latest research is XSSed.com






In this 4 part video series Arne from Aachen Method gives a detailed primer on XSS.

1. Quick Overview: This video explains the basics of XSS, kinds of XSS - Persistent, Non-Persistent and DOM based. 



2. Protecting your Website against XSS Attacks: This video explains various techniques which can be used to mitigate XSS vulnerabilities on your website - input / output validation, modification of output tags etc.



3. Finding XSS weaknesses in websites: Pointer to Rsnake's website http://ha.ckers.org/xss.html



4. Protecting yourself from XSS attacks as a user: By turning off scripts, not clicking on untrusted links etc.


 

Security Services by HSC