RustScan


┌──(kali㉿kali)-[~/archive/htb/labs/worker]
└─$ rustscan -a $IP -b 25000
________________________________________
: https://discord.gg/GFrQsGy           :
: https://github.com/RustScan/RustScan :
 --------------------------------------
0day was here
 
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 5000.
[!] File limit is lower than default batch size. Consider upping with --ulimit. May cause harm to sensitive servers
open 10.10.10.203:80
open 10.10.10.203:3690
open 10.10.10.203:5985

Nmap


┌──(kali㉿kali)-[~/archive/htb/labs/worker]
└─$ nmap -sC -sV -p80,3690,5985 $IP
Starting Nmap 7.94 ( https://nmap.org ) at 2023-11-22 15:36 CET
Nmap scan report for 10.10.10.203
Host is up (0.15s latency).
 
PORT     STATE SERVICE  VERSION
80/tcp   open  http     Microsoft IIS httpd 10.0
|_http-title: IIS Windows Server
|_http-server-header: Microsoft-IIS/10.0
| http-methods: 
|_  Potentially risky methods: TRACE
3690/tcp open  svnserve Subversion
5985/tcp open  http     Microsoft HTTPAPI httpd 2.0 (SSDP/UPnP)
|_http-server-header: Microsoft-HTTPAPI/2.0
|_http-title: Not Found
Service Info: OS: Windows; CPE: cpe:/o:microsoft:windows
 
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 13.16 seconds

UDP


┌──(kali㉿kali)-[~/archive/htb/labs/worker]
└─$ sudo nmap -sU -top-ports 1000 $IP
starting nmap 7.94 ( https://nmap.org ) at 2023-11-22 15:30 CET
Nmap scan report for 10.10.10.203
Host is up (0.096s latency).
All 1000 scanned ports on 10.10.10.203 are in ignored states.
not shown: 1000 open|filtered udp ports (no-response)
 
nmap done: 1 IP address (1 host up) scanned in 97.50 seconds