← Back to Blog
TryHackMe

TryHackMe - Hidden Deep Into my Heart Walkthrough

1 - Lab setup

You can find the room here and it's a FREE challenge room.

I used my Kali machine with OpenVPN but you can use the Attackbox as well.

2 - Connecting to the website

I connected to the website and inspected the source code. There didn't seem to be any point of entry such as form input fields or scripts.

Inspecting-Website-Source-Code

3 - GoBuster

I decided to enumerate the directories in the website to see if there are any accessible endpoints.

GoBuster Directory Enumeration

I found robots.txt and within were 2 values of interest:

/cupids_secret_vault/ and cupid_arrow_2026!!!

robots.txt

I copied both values into mousepad and decided to check if /cupids_secret_vault/ is a hidden directory. It indeed was and I found a new landing page.

4 - Inspecting /cupids_secret_vault/

Upon inspecting the source code I couldn't find anything of interest.

/cupids_secret_vault/ Landing Page

5 - Running GoBuster on /cupids_secret_vault/

Running GoBuster

Since I couldn't find anything I decided to run GoBuster again to see see if there were any other hidden pages and indeed and I found administrator!

6 - Inspecting /cupids_secret_vault/administrator

Visiting the administrator page, I found a login portal. Reflecting back on my mousepad notes I guessed that cupid_arrow_2026!!! is the password and that cupid would be the username. That didn't work. I tried a few other variations and finally admin turned out to be the correct username.

Login page

7 - Flag

Upon logging in with correct username and password. The flag is presented to you:

Flag After Login

Recap




⚠️ Note: The text write up above was NOT edited or corrected by any AI tool and it's intentionally left this way with its' human flaws