XSS Torture Test - does it exist?

后端 未结 4 411
孤城傲影
孤城傲影 2021-01-31 10:57

I\'m looking to write a html sanitiser, and obviously to test/prove that it works properly, I need a set of XSS examples to pitch against it to see how it performs. Here\'s a ni

4条回答
  •  不思量自难忘°
    2021-01-31 11:38

    You might try Jesse Ruderman's jsfunfuzz (http://www.squarefree.com/2007/08/02/introducing-jsfunfuzz/) that throws random data at your Javascript trying to break it. It seems the Firefox team has used this with great success.

提交回复
热议问题