tags:

views:

43

answers:

1

Hi,

I'm trying to find out if it's possible to check site's to be vulnerable to XSS dynamically, by using PHP. Are there solutions for this? Or is it just impossible and should it be done by hand?

Kevin

+1  A: 

There is OWASP Web Security Test suite you can use for that other than other vulnerabilities.

Sarfraz
How does this work?
Kevin
@Kevin: For the *how* part, there is documentation of it here too :)
Sarfraz
This is just a GUIDE, right? I was looking for a test-program or app that would check for those things, described in the GUIDE.
Kevin