Simon
Simon

Reputation: 5698

Use XSS on a site, Dynamically

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

Upvotes: 0

Views: 90

Answers (1)

Sarfraz
Sarfraz

Reputation: 382806

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

Upvotes: 1

Related Questions