| |
| | Cross Site Scripting - OWASP (Site not responding. Last check: ) |
 | | Cross-site scripting (XSS) attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a different end user. |
 | | Because it thinks the script came from a trusted source, the malicious script can access any cookies, session tokens, or other sensitive information retained by your browser and used with that site. |
 | | Reflected attacks are those where the injected code is reflected off the web server, such as in an error message, search result, or any other response that includes some or all of the input sent to the server as part of the request. |
| www.owasp.org /index.php/Cross_Site_Scripting (1141 words) |
|