Check whether a site is XSS vulnerable or not.

1 · Subin Siby · July 3, 2013, 3:30 a.m.
XSS is a method to hack sites which most of the newbie programmers don’t know. Here is a quick way to identify if a site is vulnerable to it. Go to a site which offers searching or other GET parameters which are outputted in the site’s page. Instead of the value in one of the GET parameter use the following value : XSS Vulnerability checker by Subin Sibyalert(‘Site is XSS Vulnerable’) For example a site with the GET parameter query with value subins and the url will be : http://subins....