RustScan


┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/law]
└─$ rustscan -a $IP
________________________________________
: http://discord.skerritt.blog         :
: https://github.com/RustScan/RustScan :
 --------------------------------------
RustScan: Where scanning meets swagging. 😎
 
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 10000.
Open 192.168.178.190:22
Open 192.168.178.190:80

Nmap


┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/law]
└─$ nmap -p- $IP             
Starting Nmap 7.95 ( https://nmap.org ) at 2025-02-24 12:34 CET
Nmap scan report for 192.168.178.190
Host is up (0.028s 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 20.05 seconds
 
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/law]
└─$ nmap -sC -sV -p- $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-02-24 12:35 CET
Nmap scan report for 192.168.178.190
Host is up (0.021s latency).
Not shown: 65533 closed tcp ports (reset)
PORT   STATE SERVICE VERSION
22/tcp open  ssh     OpenSSH 8.4p1 Debian 5+deb11u1 (protocol 2.0)
| ssh-hostkey: 
|   3072 c9:c3:da:15:28:3b:f1:f8:9a:36:df:4d:36:6b:a7:44 (RSA)
|   256 26:03:2b:f6:da:90:1d:1b:ec:8d:8f:8d:1e:7e:3d:6b (ECDSA)
|_  256 fb:43:b2:b0:19:2f:d3:f6:bc:aa:60:67:ab:c1:af:37 (ED25519)
80/tcp open  http    Apache httpd 2.4.56 ((Debian))
|_http-server-header: Apache/2.4.56 (Debian)
|_http-title: htmLawed (1.2.5) test
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 24.85 seconds

The target system appears to be Debian

UDP


┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/law]
└─$ sudo nmap -sU -top-ports 1000 $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-02-24 12:34 CET
Nmap scan report for 192.168.178.190
Host is up (0.020s latency).
Not shown: 999 closed udp ports (port-unreach)
PORT      STATE         SERVICE
20129/udp open|filtered unknown
 
Nmap done: 1 IP address (1 host up) scanned in 1004.71 seconds