0
2.9kviews
Define : Cross site Scripting (XSS)
1 Answer
0
17views
  • Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted web sites.
  • An attacker uses a web application to send malicious code (usually in form of browser side script)
  • Such attacks are frequent at places where web application uses input from user within an output without validating or encoding.
Please log in to add an answer.