From 689c388b4ec448edacc27cb227c1207a5f5f8dbc Mon Sep 17 00:00:00 2001 From: exhq Date: Mon, 8 Jul 2024 18:57:19 +0330 Subject: [PATCH] me when i forget --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6375285..381debb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## most horrible way to access a server this tool opens a udp (yes, udp. who the fuck needs to make sure their packets are sent successfully) socket and accepts commands to be sent, there is no password, cus security is for pussies. oh also there's a hardcoded limit of 1024 bytes, idk what would happen if someone sends bigger than that other features: -- the shell process is killed after the output is sent, every time a new request is sent +- the shell process is killed after the output is sent, every time a new request is sent a new child process is spawned - you're stuck with /bin/sh, so no bash - the directory of sh is hardcoded, so this wont work on nixos