TYPES OF XSS?
THERE ARE THREE MAIN TYPES OF XSS ATTACKS:- 1. Reflected XSS :- Where the Malicious script comes from the current HTTP request. 2. Stored XSS :- Where the Malicious script comes from the website's database. 3. DOM-based XSS :- Where the vulnerability exists in client-side code rather than server-side code.