HTB – Conversor
Machine: Conversor Platform: Hack The Box Difficulty: Easy OS: Linux Focus: Web exploitation, XML/XSLT injection, credential reuse, privilege escalation via misconfigured sudo binary Enumeration We begin with a basic full TCP port scan using nmap: nmap -sT -p- --min-rate 2000 10.10.11.92 This scan performs a full TCP connect scan against all ports, increasing the minimum packet rate to speed up discovery. From the output, we observe the following open ports: PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 9090/tcp open zeus-admin Based on the presence of ports 80 and 9090, it is reasonable to assume that the target is hosting a web application. We navigate to the target IP address (10.10.11.92) using a browser and observe that it resolves to the domain: ...