CDDC'23: Gallery
This was a pretty simple web challenge which
The Challenge
Upon accessing the website, we are greeted by this landing page:
Clicking on the Go to next page
button brings us to this page:
This is pretty odd, since it should be going to second.html
before third.html
, but there is a redirect straight to third.html
.
The solution
Using Burp Suite, I accessed the website. Repeating the actions did show that there was indeed, a second.html
.
Great. Taking a look at the contents of it,
We seem to have found our flag!