Member-only story
THM - Pickle Rick
3 min readMar 27, 2025
A writeup for the room Pickle Rick on TryHackMe
A Rick and Morty CTF. Help turn Rick back into a human!
First ingredient
If we open the link given in the room description, we will find a simple home page without any external links.
If we look to the source we can find a comment with a username, but at the moment we don’t know where to use it.
There is nothing else to check, so we can try to enumerate the website with gobuster.
gobuster dir -u URL -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt \
-x php,txt,html,css,js -eq