┌──(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 serversopen 10.10.10.203:80open 10.10.10.203:3690open 10.10.10.203:5985
Nmap
┌──(kali㉿kali)-[~/archive/htb/labs/worker]└─$ nmap -sC -sV -p80,3690,5985 $IPStarting Nmap 7.94 ( https://nmap.org ) at 2023-11-22 15:36 CETNmap scan report for 10.10.10.203Host is up (0.15s latency).PORT STATE SERVICE VERSION80/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: TRACE3690/tcp open svnserve Subversion5985/tcp open http Microsoft HTTPAPI httpd 2.0 (SSDP/UPnP)|_http-server-header: Microsoft-HTTPAPI/2.0|_http-title: Not FoundService Info: OS: Windows; CPE: cpe:/o:microsoft:windowsService 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 $IPstarting nmap 7.94 ( https://nmap.org ) at 2023-11-22 15:30 CETNmap scan report for 10.10.10.203Host 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