RustScan
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/phobos]
└─$ rustscan -a $IP
________________________________________
: http://discord.skerritt.blog :
: https://github.com/RustScan/RustScan :
--------------------------------------
Please contribute more quotes to our GitHub https://github.com/rustscan/rustscan
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 10000.
Open 192.168.104.131:80
Nmap
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/phobos]
└─$ nmap -Pn -p- $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-03-09 14:19 CET
Nmap scan report for 192.168.104.131
Host is up (0.026s latency).
Not shown: 65534 filtered tcp ports (no-response)
PORT STATE SERVICE
80/tcp open http
Nmap done: 1 IP address (1 host up) scanned in 107.94 seconds
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/phobos]
└─$ nmap -p- -sC -sV -T5 --min-parallelism 100 --max-parallelism 256 $IP --open
Starting Nmap 7.95 ( https://nmap.org ) at 2025-03-09 13:56 CET
Nmap scan report for 192.168.104.131
Host is up (0.027s latency).
Not shown: 65534 filtered tcp ports (no-response)
Some closed ports may be reported as filtered due to --defeat-rst-ratelimit
PORT STATE SERVICE VERSION
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 detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 79.57 seconds
The target system appears to be Ubuntu
UDP
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/phobos]
└─$ sudo nmap -sU -Pn -top-ports 1000 $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-03-09 13:56 CET
Nmap scan report for 192.168.104.131
Host is up.
All 1000 scanned ports on 192.168.104.131 are in ignored states.
Not shown: 1000 open|filtered udp ports (no-response)
Nmap done: 1 IP address (1 host up) scanned in 201.42 seconds