From 6c5eada9aeaef973da98cee84cdf0167e49de31e Mon Sep 17 00:00:00 2001 From: daffainfo Date: Tue, 19 Dec 2023 18:58:40 +0700 Subject: [PATCH] fix: wrong flag and typo --- niteCTF 2023/German shell/README.md | 2 +- niteCTF 2023/coup de réseau/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/niteCTF 2023/German shell/README.md b/niteCTF 2023/German shell/README.md index 6b87111..e4ea655 100644 --- a/niteCTF 2023/German shell/README.md +++ b/niteCTF 2023/German shell/README.md @@ -21,7 +21,7 @@ As we can see here, the program will reverse the results of our input and also s t - 0 = t a - 1 = z c - 2 = a -3. To execute `cat`, we need to input `tac` +3. To execute `cat`, we need to input `tza` ``` But this doesn't apply to special character because they always changed the character every second diff --git a/niteCTF 2023/coup de réseau/README.md b/niteCTF 2023/coup de réseau/README.md index 9058cc2..964e0f7 100644 --- a/niteCTF 2023/coup de réseau/README.md +++ b/niteCTF 2023/coup de réseau/README.md @@ -14,5 +14,5 @@ In this case im using `strings` and `grep` to get the flag ![flag](images/flag.png) ``` -nite{8_bit_synths} +nite{cant_catch_me} ``` \ No newline at end of file