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