Member-only story

THM - Cat Pictures 2

Francesco Pastore
4 min readFeb 15, 2025

--

A writeup for the room Cat Pictures 2 on TryHackMe

Now with more Cat Pictures!

Footprinting

We can start with an nmap scan that finds five open ports with three publicly accessible web servers.

nmap -sS <HOST>
22 -> SSH
80 -> Lychee Photo Album
222 -> Gitea SSH (?)
3000 -> Gitea
8080 -> python server (?)

First flag

Finding interesting metadata

We try to take a look inside the Lychee photo album.

In the info of the first image we can see a comment about removing the metadata.

Once the image is downloaded, we can check its metadata using the exiftool looking for additional information.

exiftool image.jpg

The secret note

--

--

Francesco Pastore
Francesco Pastore

Written by Francesco Pastore

An engineering student in Milan and a web developer for an IT company. Write about programming and cybersecurity topics.

No responses yet