From 2733c1580fe4ec34ea5a4f66c230d365f550c495 Mon Sep 17 00:00:00 2001 From: Twi <31920608+gzavz@users.noreply.github.com> Date: Sat, 20 Apr 2024 10:18:34 +0800 Subject: [PATCH] Create writeup.md --- challenges/web/web warm-up/writeup.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 challenges/web/web warm-up/writeup.md diff --git a/challenges/web/web warm-up/writeup.md b/challenges/web/web warm-up/writeup.md new file mode 100644 index 0000000..e6137c2 --- /dev/null +++ b/challenges/web/web warm-up/writeup.md @@ -0,0 +1,19 @@ +This challenge requires you to view source of the HTML pages. There are two ways to complete this. + +# First Method + +Navigate to the challenge link. We are provided with a site that says to read the description again. Alternatively, we can also view the page source and see that there is a hidden text that links to another page called "why.html". + +Once on the "why.html" page, we are given a hint as to how we can obtain the flag. + +Viewing the page source again and we are able to see that our flag is hidden on the page. + +The flag is: ``Here`` + +# Second Method + +Reading the description, we can see that there is a text called ``why.html``. This can be a hint and we can attempt to navigate to the page called ``why.html``. + +Upon navigating to it, we are given a hint as to how we can obtain the flag. We can obtain it by viewing the page source. + +The flag is: ``Here``