Category THM Writeups

Step-by-step walkthroughs of TryHackMe rooms and challenges, from beginner-friendly guided paths to intermediate Boot2Root machines and web exploitation labs.

Content Discovery – TryHackMe Walkthrough

Content discovery is about finding things on a web server that aren’t meant to be publicly visible – hidden directories, sensitive files, old endpoints, subdomains, and misconfigured paths. This TryHackMe room walks through three approaches: manual, OSINT, and automated. Task…

CryptoSystem — TryHackMe Walkthrough

In this crypto challenge, we have been given an RSA-encrypted message, and we have to find the key We were presented with a Python script that implemented a custom RSA encryption scheme. The script generated two large prime numbers: p, using…