Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 586 Bytes

WE06.md

File metadata and controls

11 lines (7 loc) · 586 Bytes

WE06

Category Points Difficulty
Web 100 Easy

Solution

Open the website, and open up Inspect Element. Looking at the code, we see that there is a hidden div. We can unhide this by removing the style="display: none" in the line. Next, we look at the script line and see that it is on a timer to run after 10000 milliseconds (100 seconds). We can either wait 100 seconds, or we can just copy paste the Javascript into the console and set the delay to 0. By doing this, we get the flag hidden behind the cards.

Flag: 59378610