me when i forget
This commit is contained in:
parent
e3ae35233f
commit
689c388b4e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
## most horrible way to access a server
|
## 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
|
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:
|
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
|
- you're stuck with /bin/sh, so no bash
|
||||||
- the directory of sh is hardcoded, so this wont work on nixos
|
- the directory of sh is hardcoded, so this wont work on nixos
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue