XSS Attacks
XSS Attacks – exploits a vulnerability in a website that the victim visits, in order to get the website to deliver the malicious JavaScript for him.This Javascript can – 1. Read Cookie.2. Modify DOM.3. Make XMLHTTPCalls.Doing these three things actually leads to problems like – 1. Cookie Theft – Can be dangerous if Attacker reads your […]