Finding an xss’s vulnerable website is not very difficult.
In most cases can write in the search:
Code:
“><script>alert(‘try_xss’);</script>
This script does nothing more than send an alert on the screen, if you see the alert means that the script is taken into the site.
Read More