Tuesday, July 27, 2010

Cross site scripting tutorial

XSS and buffer overflows 2001 to 2006Image via Wikipedia

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.


No comments:

Post a Comment