2026-03-08
#htb
#linux
#zoneminder
#sqli
HTB - CCTV
CCTV is a medium difficulty Linux machine from Hack The Box.
Nmap Scan As usual, we start with an nmap scan.
1nmap -sT -sV -sC -oA nmap/cctv 10.129.3.52 Port 80 is open. The webpage itself is relatively static.
Following the staff login link we land on a ZoneMinder instance.
⚠ Machine Still Active This machine is currently active on Hack The Box. The full writeup will be published once it retires.