Member-only story
HTB— Imagery Writeup
(XSS → LFI → RCE → PrivEsc)
Recon & service discovery
A quick nmap reconnaissance revealed the machine is running SSH and a Python-based web service:
nmap -T4 -A -v 10.10.11.88Key results
22/tcp— SSH (OpenSSH)8000/tcp— HTTP (Werkzeug/Python)
I visited http://imagery.htb:8000/ and found an image gallery application with Login / Register and an image upload feature.
Initial web interaction
I registered a low-privilege user and verified image upload worked. The transform operations (crop/resize) were restricted to privileged users.