RustScan


┌──(kali㉿kali)-[~/PEN-200/PG_PLAY/election1]
└─$ rustscan --no-banner --scripts none -a $IP 
 
Open 192.168.209.211:22
Open 192.168.209.211:80

Nmap


┌──(kali㉿kali)-[~/PEN-200/PG_PLAY/election1]
└─$ nmap -Pn -p- -T5 --min-parallelism 100 --max-parallelism 100 $IP --open 
Starting Nmap 7.95 ( https://nmap.org ) at 2025-07-01 20:07 CEST
Nmap scan report for 192.168.209.211
Host is up (0.021s latency).
Not shown: 65533 closed tcp ports (reset)
PORT   STATE SERVICE
22/tcp open  ssh
80/tcp open  http
 
Nmap done: 1 IP address (1 host up) scanned in 25.47 seconds
 
┌──(kali㉿kali)-[~/PEN-200/PG_PLAY/election1]
└─$ nmap -Pn -sC -sV -p22,80 $IP     
Starting Nmap 7.95 ( https://nmap.org ) at 2025-07-01 20:07 CEST
Nmap scan report for 192.168.209.211
Host is up (0.022s latency).
 
PORT   STATE SERVICE VERSION
22/tcp open  ssh     OpenSSH 7.6p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey: 
|   2048 20:d1:ed:84:cc:68:a5:a7:86:f0:da:b8:92:3f:d9:67 (RSA)
|   256 78:89:b3:a2:75:12:76:92:2a:f9:8d:27:c1:08:a7:b9 (ECDSA)
|_  256 b8:f4:d6:61:cf:16:90:c5:07:18:99:b0:7c:70:fd:c0 (ED25519)
80/tcp open  http    Apache httpd 2.4.29 ((Ubuntu))
|_http-title: Apache2 Ubuntu Default Page: It works
|_http-server-header: Apache/2.4.29 (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 14.85 seconds

The target system appears to be Ubuntu

UDP


┌──(kali㉿kali)-[~/PEN-200/PG_PLAY/election1]
└─$ sudo nmap -Pn -sU --top-ports 1000 $IP --open
Starting Nmap 7.95 ( https://nmap.org ) at 2025-07-01 20:07 CEST
Nmap scan report for 192.168.209.211
Host is up (0.021s latency).
Not shown: 998 closed udp ports (port-unreach)
PORT     STATE         SERVICE
631/udp  open|filtered ipp
5353/udp open|filtered zeroconf
 
Nmap done: 1 IP address (1 host up) scanned in 1039.90 seconds