RustScan


┌──(kali㉿kali)-[~/archive/htb/labs/omni]
└─$ rustscan -a $IP -b 20000
The Modern Day Port Scanner.
________________________________________
: https://discord.gg/GFrQsGy           :
: https://github.com/RustScan/RustScan :
 --------------------------------------
Real hackers hack time
 
[~] 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.204:135
open 10.10.10.204:5985
open 10.10.10.204:8080
open 10.10.10.204:29817
open 10.10.10.204:29819
open 10.10.10.204:29820

Nmap


┌──(kali㉿kali)-[~/archive/htb/labs/omni]
└─$ nmap -Pn -sC -sV -p135,5985,8080,29817,29819,29820 $IP
Starting Nmap 7.93 ( https://nmap.org ) at 2023-02-03 14:44 CET
Nmap scan report for 10.10.10.204
Host is up (0.030s latency).
 
PORT      STATE SERVICE  VERSION
135/tcp   open  msrpc    Microsoft Windows RPC
5985/tcp  open  upnp     Microsoft IIS httpd
8080/tcp  open  upnp     Microsoft IIS httpd
| http-auth: 
| HTTP/1.1 401 Unauthorized\x0D
|_  Basic realm=Windows Device Portal
|_http-title: Site doesn't have a title.
|_http-server-header: Microsoft-HTTPAPI/2.0
29817/tcp open  unknown
29819/tcp open  arcserve ARCserve Discovery
29820/tcp open  unknown
Service Info: Host: PING; 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 72.51 seconds

The target system is Microsoft Windows