I am trying to choose between several different HTML parsers for a project that I am working on, part of which receives HTML input from a client.
I built a simple automatic test for each of them to find out if they fit my needs. I have a large number of real HTML snippets for testing, but they are not enough for security testing, since they (probably) do not contain malicious code.
I do not mind viewing the results manually.
My question is: is there a freely accessible database or a list of HTML snippets containing invalid HTML and scripts for testing for XSS?
GeReV source share