RustScan


┌──(kali㉿kali)-[~/PEN-200/PG_PLAY/glasgowsmile]
└─$ rustscan --no-banner --scripts none -a $IP       
[~] Automatically increasing ulimit value to 10000.
Open 192.168.210.79:22
Open 192.168.210.79:80
192.168.210.79 -> [22,80]

Nmap


┌──(kali㉿kali)-[~/PEN-200/PG_PLAY/glasgowsmile]
└─$ nmap -Pn -p- -T5 --min-parallelism 100 --max-parallelism 100 $IP --open
Starting Nmap 7.95 ( https://nmap.org ) at 2025-06-25 14:27 CEST
Nmap scan report for 192.168.210.79
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 23.25 seconds
 
 
┌──(kali㉿kali)-[~/PEN-200/PG_PLAY/glasgowsmile]
└─$ nmap -Pn -sC -sV -p22,80 $IP                                
Starting Nmap 7.95 ( https://nmap.org ) at 2025-06-25 14:28 CEST
Nmap scan report for 192.168.210.79
Host is up (0.045s latency).
 
PORT   STATE SERVICE VERSION
22/tcp open  ssh     OpenSSH 7.9p1 Debian 10+deb10u2 (protocol 2.0)
| ssh-hostkey: 
|   2048 67:34:48:1f:25:0e:d7:b3:ea:bb:36:11:22:60:8f:a1 (RSA)
|   256 4c:8c:45:65:a4:84:e8:b1:50:77:77:a9:3a:96:06:31 (ECDSA)
|_  256 09:e9:94:23:60:97:f7:20:cc:ee:d6:c1:9b:da:18:8e (ED25519)
80/tcp open  http    Apache httpd 2.4.38 ((Debian))
|_http-title: Site doesn't have a title (text/html).
|_http-server-header: Apache/2.4.38 (Debian)
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.93 seconds

The target system appears to be Debian

UDP


┌──(kali㉿kali)-[~/PEN-200/PG_PLAY/glasgowsmile]
└─$ nmap -Pn -sU --top-port 1000 $IP  
Starting Nmap 7.95 ( https://nmap.org ) at 2025-06-25 14:29 CEST
Stats: 0:04:56 elapsed; 0 hosts completed (1 up), 1 undergoing UDP Scan
UDP Scan Timing: About 35.51% done; ETC: 14:43 (0:08:48 remaining)
Nmap scan report for 192.168.210.79
Host is up (0.021s latency).
All 1000 scanned ports on 192.168.210.79 are in ignored states.
Not shown: 1000 closed udp ports (port-unreach)
 
Nmap done: 1 IP address (1 host up) scanned in 1160.94 seconds