RustScan
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/zab]
└─$ rustscan -a $IP
________________________________________
: http://discord.skerritt.blog :
: https://github.com/RustScan/RustScan :
--------------------------------------
To scan or not to scan? That is the question.
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 10000.
Open 192.168.239.210:22
Open 192.168.239.210:80
Open 192.168.239.210:6789
Nmap
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/zab]
└─$ nmap -p- -sC -sV -T5 --min-parallelism 100 --max-parallelism 256 $IP --open
Starting Nmap 7.95 ( https://nmap.org ) at 2025-04-17 15:23 CEST
Nmap scan report for 192.168.239.210
Host is up (0.027s latency).
Not shown: 65224 closed tcp ports (reset), 308 filtered tcp ports (no-response)
Some closed ports may be reported as filtered due to --defeat-rst-ratelimit
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.9p1 Ubuntu 3ubuntu0.10 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:
| 256 2e:5b:cb:6b:21:8c:fc:df:7b:c7:f7:f0:46:2e:6d:55 (ECDSA)
|_ 256 ab:1a:ce:a7:f0:b6:0f:79:0b:54:b8:00:26:3d:69:58 (ED25519)
80/tcp open http Apache httpd 2.4.52 ((Ubuntu))
|_http-title: Apache2 Ubuntu Default Page: It works
|_http-server-header: Apache/2.4.52 (Ubuntu)
6789/tcp open http Tornado httpd 6.3.3
|_http-server-header: TornadoServer/6.3.3
|_http-title: Mage
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 25.83 seconds
The target system appears to be Ubuntu
UDP
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/zab]
└─$ sudo nmap -sU --top-ports 1000 $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-04-17 15:23 CEST
Nmap scan report for 192.168.239.210
Host is up (0.026s latency).
All 1000 scanned ports on 192.168.239.210 are in ignored states.
Not shown: 1000 closed udp ports (port-unreach)
Nmap done: 1 IP address (1 host up) scanned in 1005.17 seconds