Correct option is C
Cross-Site Scripting (XSS) involves injecting malicious scripts into websites to compromise users by making them execute unwanted scripts.
Important Key Points:
1. XSS is a client-side attack, affecting users through their web browsers.
2. It typically happens when user input is not sanitized properly before being included in a web page.
3. Attackers use XSS to steal cookies, session tokens, or perform actions on behalf of the user.
Knowledge Booster
· CSRF: Forces users to execute unwanted actions without their consent on websites where they are authenticated.
· Injection Attacks: Occurs when malicious code is injected into web applications (e.g., SQL, XML).
· DDoS: Overwhelms a server with requests, causing it to become unavailable.
· Brute Force: Involves repeated trial and error to guess login credentials.