From 7c4afb3ef088cd8e0d7e786e29859a63833432a1 Mon Sep 17 00:00:00 2001 From: Twi <31920608+gzavz@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:17:43 +0800 Subject: [PATCH] Update writeup.md --- challenges/web/Status Checker/writeup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/challenges/web/Status Checker/writeup.md b/challenges/web/Status Checker/writeup.md index b0a2186..0b42da6 100644 --- a/challenges/web/Status Checker/writeup.md +++ b/challenges/web/Status Checker/writeup.md @@ -40,4 +40,6 @@ Using the command ``whoami`` we can see that we are now the root user as seen in ![wimg-7](https://github.com/lenebread/GiTxHextech-Challenge-Repo/blob/64886584ff8936fb97898bbd2e3c574d9482bacc/challenges/web/Status%20Checker/images/wimg-7.png) -We can obtain the flag in the root directory by using the command ``cd /root`` and ``cat flag.txt``. The flag is ``HEX{N3tw0rK_ErR_500_W1kS2kKiL}``. +We can obtain the flag in the root directory by using the command ``cd /root`` and ``cat flag.txt``. + +The flag is ``HEX{N3tw0rK_ErR_500_W1kS2kKiL}``.