Examples of XSS that I can use to test my page input?

前端 未结 4 1756
逝去的感伤
逝去的感伤 2020-12-25 12:49

I have had issues with XSS. Specifically I had an individual inject JS alert showing that the my input had vulnerabilities. I have done research on XSS and found examples bu

4条回答
  •  轮回少年
    2020-12-25 13:44

    Ad-hoc testing is OK, however I also recommend trying a web application vulnerability scanning tool to ensure you haven't missed anything.

    acunetix is pretty good and has a free trial of their application:

    http://www.acunetix.com/websitesecurity/xss.htm

    (Note I have no affiliation with this company, however I have used the product to test my own applications).

提交回复
热议问题