From 56786d769e1bdada17e89359b9048325b7f3ba6d Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:32:01 +0100 Subject: [PATCH] Update README.mdx --- level00/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level00/README.mdx b/level00/README.mdx index e2e1c95..c24fa5d 100644 --- a/level00/README.mdx +++ b/level00/README.mdx @@ -18,7 +18,7 @@ $ find / -user flag00 -exec cat {} + 2>/dev/null cdiiddwpgswtgt 👉 looks like cipher to decode ``` -- explain +- command explained - `/` - from root directory - `+` - forces `find` to run `cat` on many files at once and not one at a time - `2>/dev/null` - redir stderr output to `/dev/null`