HTB: Unrested
Machine Info Name Sightless OS Linux Difficulty Medium Release Date 2024-12-05 Completed 2025-03-09 In addition to the machine’s IP address, the credentials matthew:96qzn0h2e1k3 are provided. Reconnaissance nmap nmap finds 4 open ports; 22/tcp (SSH), 80/tcp (HTTP), 10050/tcp (tcpwrapped), and 10051 (ssl/zabbix-trapper). ┌──(kali㉿kali)-[~] └─$ nmap -p- --min-rate 8000 -sCV 10.10.11.50 Starting Nmap 7.94SVN ( https://nmap.org ) at 2025-03-08 11:54 EST Warning: 10.10.11.50 giving up on port because retransmission cap hit (10). Nmap scan report for 10.10.11.50 Host is up (0.14s latency). Not shown: 65531 closed tcp ports (reset) PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 8.9p1 Ubuntu 3ubuntu0.10 (Ubuntu Linux; protocol 2.0) | ssh-hostkey: | 256 3e:ea:45:4b:c5:d1:6d:6f:e2:d4:d1:3b:0a:3d:a9:4f (ECDSA) |_ 256 64:cc:75:de:4a:e6:a5:b4:73:eb:3f:1b:cf:b4:e3:94 (ED25519) 80/tcp open http Apache httpd 2.4.52 ((Ubuntu)) |_http-title: Site doesn't have a title (text/html). |_http-server-header: Apache/2.4.52 (Ubuntu) 10050/tcp open tcpwrapped 10051/tcp open ssl/zabbix-trapper? Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 34.54 seconds Port 22 (SSH) is running OpenSSH. Based on the version detected by nmap, the host is likely running Ubuntu 22.04 Jammy. ...