InterviewSolution
Saved Bookmarks
| 1. |
What is Cross-Site Scripting (XSS)? |
|
Answer» Cross-site SCRIPTING (XSS) is a client-side code injection ATTACK. It enables an ATTACKER to introduce malicious code into a web page which is EXECUTED in the browser of the victim. When the victim visits the web page, the script reaches the user’s browser and is executed. XSS ATTACKS are common in JavaScript. |
|