Cross-site Scripting Non-persistent attack
Cross-site Scripting (XSS) is a type of Computer security vulnerability typically found in web application. XSS enables attackers to inject client side script in to web pages. Attacker may send malicious code to the the unsuspecting user(normally end user). The end user’s browser has no way to know that the script should be trusted, and…