TryHackMe - Corridor

Corridor

When we acces the website, We land on this page.

Landing page

Each door sends somewhere

If we analyse the hashes they seem to be md5. Let's check one on crackstation

first hash

Let's use intruder to increment the number and try to find the flag

Intruder

These settings should do we need to process our payload and hash it in md5 like this

md5 hash

We got nothing this way. Then I realized I did not try 0. So I hashed zero in MD5 accessed the page and got the flag! :D

Last updated