From 6262a2216570fa61a7ef38e0703bd6b9e1b15900 Mon Sep 17 00:00:00 2001 From: Twi <31920608+gzavz@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:29:29 +0800 Subject: [PATCH] Update writeup.md --- challenges/web/Status Checker/writeup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/web/Status Checker/writeup.md b/challenges/web/Status Checker/writeup.md index ab641f1..1b7cd40 100644 --- a/challenges/web/Status Checker/writeup.md +++ b/challenges/web/Status Checker/writeup.md @@ -2,7 +2,7 @@ We are given a site where we can check the status of websites. Entering a valid URL such as ``https://google.com`` will return us the HTTP status code as seen in the following screenshot. -![[wimg-1]] +![[[wimg-1](https://github.com/lenebread/GiTxHextech-Challenge-Repo/blob/2172799693442df396d9857becae25e70e1ca596/challenges/web/Status%20Checker/images/wimg-1.png)]] Entering a semi-colon (;) will break the command. We can try to use the payload ``; whoami`` and we are returned ``www-data`` as our user as seen in the following screenshot.