Multiple choice technology testing

Cross Site Scripting can be executed from (select more than one)

  1. Java Script

  2. VB Script

  3. SQL Server Management Studio

  4. Web service

  5. ActiveX

  6. Flash

Reveal answer Fill a bubble to check yourself
A,B,E,F Correct answer
Explanation

JavaScript, VBScript, ActiveX, and Flash are all client-side scripting technologies that can execute code in browsers, making them vectors for XSS attacks. SQL Server Management Studio is a database administration tool, not a browser scripting platform. Web services themselves don't execute XSS - the client that consumes them does.