Cross Side Scripting Attacks

3 types of XSS → Reflected XSS→ iNJECT SOMETHING MALICIOUS AND we get a pop up and its reflected to us its never stored on the server and will be reflected on the page so its on the client side Stored XSS→This is the opposite of Reflected this will inject malicious payload in the server and even if we leave and come back the payload will still be there. Dom XSS→ Client Side it basically effects the DOM of the website ....

April 24, 2021 · 2 min · Nickapic