TryHackMe – Magician – Walkthrough

This is a walkthrough for TryHackMe room: Magician! Deploy the machine and let's get started! User Flag Start with an nmap scan: nmap -T4 -A -sC -sV -p- <machine_ip> You can see we have 3 ports open. Let's start with enumerating FTP. First, we will try anonymous login. If you wait, we get a hint … Continue reading TryHackMe – Magician – Walkthrough

TryHackMe – Watcher – Walkthrough

This is a walkthrough for TryHackMe room: Watcher. Deploy the machine and let's get started! Flag 1 Let's start by scanning the machine: nmap -sC -sV -T4 -A -p- <machine_ip> It looks like we have 3 ports open. Let's start by looking at the website. There doesn't seem to be much there, and viewing the … Continue reading TryHackMe – Watcher – Walkthrough