RustScan
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/megavolt]
└─$ rustscan -a $IP
________________________________________
: http://discord.skerritt.blog :
: https://github.com/RustScan/RustScan :
--------------------------------------
RustScan: Where '404 Not Found' meets '200 OK'.
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 10000.
Open 192.168.177.115:22
Open 192.168.177.115:80
Nmap
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/megavolt]
└─$ nmap -p- -sC -sV -T5 --min-parallelism 100 --max-parallelism 256 $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-03-12 15:27 CET
Nmap scan report for 192.168.177.115
Host is up (0.026s latency).
Not shown: 65532 filtered tcp ports (no-response)
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 7.4 (protocol 2.0)
| ssh-hostkey:
| 2048 9e:b3:fd:65:a2:75:72:85:01:2c:f6:74:00:0d:2f:79 (RSA)
| 256 85:70:86:99:cf:a1:e3:fd:3e:2d:08:37:62:94:23:01 (ECDSA)
|_ 256 d4:b8:fe:86:30:ec:c6:b2:02:e4:53:1e:74:b3:7d:3a (ED25519)
53/tcp closed domain
80/tcp open http Apache httpd 2.4.6 ((CentOS) PHP/7.3.23)
|_http-server-header: Apache/2.4.6 (CentOS) PHP/7.3.23
|_http-title: Ozzie Ozzie Ozzie
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 74.37 seconds
The target system appears to be CentOS
UDP
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/megavolt]
└─$ sudo nmap -sU -Pn -top-ports 1000 $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-03-12 15:27 CET
Nmap scan report for 192.168.177.115
Host is up.
All 1000 scanned ports on 192.168.177.115 are in ignored states.
Not shown: 1000 open|filtered udp ports (no-response)
Nmap done: 1 IP address (1 host up) scanned in 201.45 seconds