Multiple choice technology security

Main aim of XSS attach is given below

  1. XSS attacks typically directly target the web server

  2. XSS attacks typically directly target the web application

  3. XSS attacks typically directly target the user

  4. All

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Cross-Site Scripting (XSS) attacks inject malicious scripts into trusted websites, which are then executed in the victim's browser. Therefore, the primary direct target of an XSS attack is the end user rather than the server or application framework.