Starting the box
Link to the box: https://app.hackthebox.com/machines/Interpreter
Port Scan
We start off the box by running a port scan on the provided IP.Attacker Linux
Terminal Output
Terminal Output
- Port 22 (SSH) is open running
OpenSSH 9.2p1— nothing useful without credentials. - Port 80/443 (HTTP/HTTPS) are both running
Jetty, with the page title “Mirth Connect Administrator” — a healthcare integration platform login page. - Port 6661 is open but fingerprinted as unknown — likely an internal Mirth Connect service port.
- OS is Linux (Debian), as noted in the SSH banner (
Debian 2+deb12u7).
Edit the Hosts file
As always, we edit the/etc/hosts file to add the hostname:
Attacker Linux
/etc/hosts

