Cross Site Scripting or XSS attacks are a type of injection of malicious code in which malicious scripts(mainly Javascript)
are injected into typical and trusted websites. These can are used anywhere inside a website where a user
can input details. These details are then captured by the hacker and used for future malicious acts.
WebSafe will test for Cross Site Scripting:
By simulating random script injections on pages that contain input fields, our system can detect
whether or not a website is vulnerable to XSS.