WE01

About The Challenge

Type

Difficulty

Web

Easy

Solution

The first challege was easy and stright forward. An website is hosted at https://1-we01.bootupctf.com/ that containts Sponge Bob meme.

To get flag we have to dirbustering directories. Here we can use gobuster or dirb

Here I used gobuster in order to enumerate hidden directories with my preferred options. Such as whitelisting response code.

gobuster dir -u https://1-we01.bootupctf.com/ -w /usr/share/wordlists/dirb/common.txt -s 200,302,301 

Then I found directory /security

Inside it we can find the flag as above figure illustrate that.

Flag is: verySecUReDireCToRY_1180018

Last updated

Was this helpful?