XSS Torture Test - does it exist?

后端 未结 4 452
孤城傲影
孤城傲影 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:43

    Check out OWASP. They have good guidance on how XSS works, what to look for, and even the WebGoat project, where you can try your hand on a vulnerable site.

提交回复
热议问题