Another day, another challenge.
Today’s challenge will be on the second ctf challenge from the InfoSec Institute.
Below is the screen listed HERE when accessing the link:
Doing a right click view page source and scrolling down we see the following:
We see a img src that points to a leveltwo.jpeg. Clicking the file we get the following:
Going to the space bar and add the “view-source:” to the beginning of the address bar we get the following:
We got the flag!
Lesson learned:
Once again do the right click page source. In the beginning it didn’t reveal too much except that there was an image. Clicking on said image we’re brought to a page with a non-rendered image. Viewing the source of that image we see the flag. This is security through obscurity which never works.
You must be logged in to post a comment.