Multiple choice technology security

XSS stands for?

  1. cross site scrpting

  2. X site scrpting

  3. spread sheet

  4. Excel site scrpting

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

XSS (Cross-Site Scripting) is a security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users. The 'cross site' part refers to the exploit spanning across different sites or contexts. It's a common web security issue that targets user input validation.