RustScan


┌──(kali㉿kali)-[~/archive/htb/labs/monitorsthree]
└─$ rustscan -a $IP
________________________________________
: http://discord.skerritt.blog         :
: https://github.com/RustScan/RustScan :
 --------------------------------------
RustScan: Exploring the digital landscape, one IP at a time.
 
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 10000.
Open 10.129.178.64:22
Open 10.129.178.64:80

Nmap


┌──(kali㉿kali)-[~/archive/htb/labs/monitorsthree]
└─$ nmap -sC -sV -p22,80 $IP     
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-08-25 15:09 CEST
Nmap scan report for 10.129.178.64
Host is up (0.019s latency).
 
PORT   STATE SERVICE VERSION
22/tcp open  ssh     OpenSSH 8.9p1 Ubuntu 3ubuntu0.10 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey: 
|   256 86:f8:7d:6f:42:91:bb:89:72:91:af:72:f3:01:ff:5b (ECDSA)
|_  256 50:f9:ed:8e:73:64:9e:aa:f6:08:95:14:f0:a6:0d:57 (ED25519)
80/tcp open  http    nginx 1.18.0 (Ubuntu)
|_http-title: Did not follow redirect to http://monitorsthree.htb/
|_http-server-header: nginx/1.18.0 (Ubuntu)
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 7.83 seconds

The target system appears to be Ubuntu

UDP


┌──(kali㉿kali)-[~/archive/htb/labs/monitorsthree]
└─$ sudo nmap -Pn -sU -top-ports 1000 $IP
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-08-25 15:07 CEST
Nmap scan report for 10.129.178.64
Host is up (0.043s latency).
Not shown: 997 closed udp ports (port-unreach)
PORT      STATE         SERVICE
68/udp    open|filtered dhcpc
34422/udp open|filtered unknown
49171/udp open|filtered unknown
 
Nmap done: 1 IP address (1 host up) scanned in 1139.98 seconds