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

前端 未结 4 1773
逝去的感伤
逝去的感伤 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:34

    It is very good to use some of the automated tools, however you won't gain any insight or experience from those.

    The point of XSS attack is to execute javascript in a browser window, which is not supplied by the site. So first you must have a look in what context the user supplied data is printed on the website; it might be within code block, it might be within block, it might be used as an attribute of an element or for instance in a