Dom 基于 XSS 发现工具

Dom based XSS discovering tool

为了我的研究,我必须开发一个网站,从给定的 url 验证它是否容易受到基于 DOM 的 XSS 攻击,然后打印它发现的报告,我已经阅读过很多文章,特别是这篇文章 Description of xss Documentation on prevention Doc on prevention of DOM based

但我卡在了一个点上,那就是:

How can i inspect/analyze the dom of a page from a given url, from my web site (html/js/jquery)

Same Origin Policy 阻止了这种情况。

您需要找到不同的方法。