From 4bd522f87e7c26d2f6fe8ae916b937d4cedf543c Mon Sep 17 00:00:00 2001 From: saintbarber <80729812+saintbarber@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:29:11 +0300 Subject: [PATCH] Update README.md --- web/inspector_gadget/solution/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/inspector_gadget/solution/README.md b/web/inspector_gadget/solution/README.md index de40b41..23e5d35 100644 --- a/web/inspector_gadget/solution/README.md +++ b/web/inspector_gadget/solution/README.md @@ -2,7 +2,7 @@ The flag is split into 3 parts, each part is within the application. The challenger must enumerate all client-side source code. -Part 1: Inspect element on main `/` directory, flag is at the bottom of the page in HTML comments -Part 2: Checking the application sources the challenger should notice a custom javascript file `/js/custom.js`, Part 2 is at the bottom of this file in a comment -Part 3: Like above the flag is within `/css/mycss.css` on the bottom of the page in a comment +- Part 1: Inspect element on main `/` directory, flag is at the bottom of the page in HTML comments +- Part 2: Checking the application sources the challenger should notice a custom javascript file `/js/custom.js`, Part 2 is at the bottom of this file in a comment +- Part 3: Like above the flag is within `/css/mycss.css` on the bottom of the page in a comment