Table of Contents
What is XSS
Answer: Cross-Site Scripting (XSS) is a common attack vector that injects malicious code into a vulnerable web application.
Cross-Site Scripting is a type of computer security vulnerability typically found in web applications.
XXS enables attackers to inject client-side scripts into web pages viewed by other users.
Types of XSS
1: Reflected XSS
2: Stored XSS
3: Dom-Based XSS


