RustScan


┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/splodge]
└─$ rustscan -a $IP
________________________________________
: http://discord.skerritt.blog         :
: https://github.com/RustScan/RustScan :
 --------------------------------------
Nmap? More like slowmap.🐢
 
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 10000.
Open 192.168.219.108:22
Open 192.168.219.108:80
Open 192.168.219.108:1337
Open 192.168.219.108:5432
Open 192.168.219.108:8080

Nmap


┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/splodge]
└─$ nmap -p- -sC -sV -T5 --min-parallelism 100 --max-parallelism 256 $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-03-03 13:52 CET
Nmap scan report for 192.168.219.108
Host is up (0.023s latency).
Not shown: 65530 filtered tcp ports (no-response)
PORT     STATE SERVICE    VERSION
22/tcp   open  ssh        OpenSSH 7.4 (protocol 2.0)
| ssh-hostkey: 
|   2048 43:77:53:46:f8:78:c6:cb:c4:c6:b5:f2:61:2a:64:13 (RSA)
|   256 a5:b4:45:1f:eb:10:ac:1d:fc:64:de:4b:87:ed:7d:ca (ECDSA)
|_  256 44:7c:68:45:db:3d:45:9b:ec:7c:0d:94:6b:9e:31:f5 (ED25519)
80/tcp   open  http       nginx 1.16.1
|_http-server-header: nginx/1.16.1
|_http-title: 403 Forbidden
| http-git: 
|   192.168.219.108:80/.git/
|     Git repository found!
|     .gitignore matched patterns 'bug' 'key'
|     .git/config matched patterns 'user'
|     Repository description: Unnamed repository; edit this file 'description' to name the...
|     Last commit message: initial commit 
|_    Project type: node.js application (guessed from .gitignore)
1337/tcp open  http       nginx 1.16.1
|_http-title: Commando
|_http-server-header: nginx/1.16.1
5432/tcp open  postgresql PostgreSQL DB 9.6.0 or later
8080/tcp open  http       nginx 1.16.1
|_http-server-header: nginx/1.16.1
|_http-title: Splodge | Home
 
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 91.36 seconds

UDP


┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/splodge]
└─$ sudo nmap -sU -Pn -top-ports 1000 $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-03-03 13:52 CET
Nmap scan report for 192.168.219.108
Host is up.
All 1000 scanned ports on 192.168.219.108 are in ignored states.
Not shown: 1000 open|filtered udp ports (no-response)
 
Nmap done: 1 IP address (1 host up) scanned in 202.86 seconds