XSS ( CROSS SITE SCRIPTING)

CROSS SITE SCRIPTING (XSS)

         Cross site scripting is a type of security vulnerability that can found in some web application.  XSS attacks enable attackers to inject client-side scripts into web page viewed by other users.  A cross-site scripting vulnerability may be used by attackers to bypass access control such as the same-origin policy.


How XSS is executed?

          XSS  occurs when an attacker tricks a web application into sending data in a form that a user's browser can execute.  Most commonly,  this is a combination of HTML and XSS provided by the attacker,  but XSS can also be used to deliver malicious downloads, plugins, or media content.

Comments

Popular posts from this blog

CYBER SECURITY

IP(Internet Protocol)

TYPES OF XSS?