Enumeration Nmap From the Nmap scan, we can see that the target has TCP ports 22 (SSH), 53 (DNS), and 80 (HTTP) open. The target has a Linux operating system. The website at 10.10.10.13 has only the Apache default page. DNS Using nslookup it was possible to identify the host’s domain name: cronos.htb By doing… Continue reading Hack the Box: Cronos
Month: May 2023
Hack the Box: Timelapse
Enumeration Nmap The Nmap scan shows among other things that TCP ports 53 (DNS), 88 (Kerberos), 445 (SMB), and 5986 (WinRM with SSL) are open on the target. Target is part of an Active Directory domain called timelapse.htb; the computer name is DC01. SMB With Smbclient we were able to list the available shares using… Continue reading Hack the Box: Timelapse