RustScan
┌──(kali㉿kali)-[~/archive/htb/labs/yummy]
└─$ rustscan -a $IP
________________________________________
: http://discord.skerritt.blog :
: https://github.com/RustScan/RustScan :
--------------------------------------
Scanning ports: The virtual equivalent of knocking on doors.
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 10000.
Open 10.129.91.212:22
Open 10.129.91.212:80
Nmap
┌──(kali㉿kali)-[~/archive/htb/labs/yummy]
└─$ nmap -Pn -sC -sV -p22,80 $IP 130 ⨯
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-10-06 03:57 CEST
Nmap scan report for 10.129.91.212
Host is up (0.021s latency).
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 9.6p1 Ubuntu 3ubuntu13.5 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:
| 256 a2:ed:65:77:e9:c4:2f:13:49:19:b0:b8:09:eb:56:36 (ECDSA)
|_ 256 bc:df:25:35:5c:97:24:f2:69:b4:ce:60:17:50:3c:f0 (ED25519)
80/tcp open http Caddy httpd
|_http-title: Did not follow redirect to http://yummy.htb/
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 12.36 seconds
The target system appears to be Ubuntu
UDP
┌──(kali㉿kali)-[~/archive/htb/labs/yummy]
└─$ sudo nmap -Pn -sU --top-port 1000 $IP
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-10-06 03:53 CEST
Nmap scan report for 10.129.91.212
Host is up (0.56s latency).
Not shown: 999 closed udp ports (port-unreach)
PORT STATE SERVICE
68/udp open|filtered dhcpc
Nmap done: 1 IP address (1 host up) scanned in 987.02 seconds