RustScan


┌──(kali㉿kali)-[~/archive/htb/labs/instant]
└─$ rustscan -a $IP
________________________________________
: http://discord.skerritt.blog         :
: https://github.com/RustScan/RustScan :
 --------------------------------------
Port scanning: Because every port has a story to tell.
 
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 10000.
Open 10.129.210.105:22
Open 10.129.210.105:80

Nmap


┌──(kali㉿kali)-[~/archive/htb/labs/instant]
└─$ nmap -Pn -sC -sV -p22,80 $IP
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-10-12 22:05 CEST
Nmap scan report for instant.htb (10.129.210.105)
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 31:83:eb:9f:15:f8:40:a5:04:9c:cb:3f:f6:ec:49:76 (ECDSA)
|_  256 6f:66:03:47:0e:8a:e0:03:97:67:5b:41:cf:e2:c7:c7 (ED25519)
80/tcp open  http    Apache httpd 2.4.58
|_http-title: Instant Wallet
|_http-server-header: Apache/2.4.58 (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.16 seconds

The target system appears to be Ubuntu

UDP


┌──(kali㉿kali)-[~/archive/htb/labs/instant]
└─$ sudo nmap -Pn -sU --top-port 1000 $IP
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-10-12 21:01 CEST
Nmap scan report for 10.129.210.105
Host is up (0.038s 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 1106.00 seconds