"Cross Site Scripting" is one of the Web Risks which specifically targets :
-
FileSystem
-
Web Application
-
Production Server
-
Browser InterPretation
D
Correct answer
Explanation
Cross Site Scripting (XSS) specifically targets the browser's interpreter - it exploits how browsers interpret and execute scripts within web pages. Unlike attacks that target servers (B, C) or file systems (A), XSS payloads run in the victim's browser context. The term 'Browser Interpretation' (D) correctly identifies this client-side execution environment.