```bash
xfreerdp3 /v:<target_ip> /u:<user_name> /p:<password>
```
```bash
nmap 172.16.1.11 -p- -sC -sV --min-rate 5000
Starting Nmap 7.92 ( https://nmap.org ) at 2025-10-03 08:24 EDT
Stats: 0:02:30 elapsed; 0 hosts completed (1 up), 1 undergoing Connect Scan
Connect Scan Timing: About 68.36% done; ETC: 08:27 (0:01:09 remaining)
Stats: 0:04:11 elapsed; 0 hosts completed (1 up), 1 undergoing Service Scan
Service scan Timing: About 85.71% done; ETC: 08:28 (0:00:04 remaining)
Nmap scan report for status.inlanefreight.local (172.16.1.11)
Host is up (1.7s latency).
Not shown: 63675 filtered tcp ports (no-response), 1853 closed tcp ports (conn-refused)
PORT STATE SERVICE VERSION
80/tcp open http Microsoft IIS httpd 10.0
|_http-server-header: Microsoft-IIS/10.0
| http-methods:
|_ Potentially risky methods: TRACE
|_http-title: Inlanefreight Server Status
135/tcp open msrpc Microsoft Windows RPC
139/tcp open netbios-ssn Microsoft Windows netbios-ssn
445/tcp open microsoft-ds Windows Server 2019 Standard 17763 microsoft-ds
3389/tcp open ms-wbt-server Microsoft Terminal Services
|_ssl-date: 2025-10-03T12:29:05+00:00; +2s from scanner time.
| rdp-ntlm-info:
| Target_Name: SHELLS-WINSVR
| NetBIOS_Domain_Name: SHELLS-WINSVR
| NetBIOS_Computer_Name: SHELLS-WINSVR
| DNS_Domain_Name: shells-winsvr
| DNS_Computer_Name: shells-winsvr
| Product_Version: 10.0.17763
|_ System_Time: 2025-10-03T12:29:00+00:00
| ssl-cert: Subject: commonName=shells-winsvr
| Not valid before: 2025-10-02T12:17:40
|_Not valid after: 2026-04-03T12:17:40
8080/tcp open http Apache Tomcat 10.0.11
|_http-open-proxy: Proxy might be redirecting requests
|_http-favicon: Apache Tomcat
|_http-title: Apache Tomcat/10.0.11
49670/tcp open msrpc Microsoft Windows RPC
Service Info: OSs: Windows, Windows Server 2008 R2 - 2012; CPE: cpe:/o:microsoft:windows
Host script results:
| smb-os-discovery:
| OS: Windows Server 2019 Standard 17763 (Windows Server 2019 Standard 6.3)
| Computer name: shells-winsvr
| NetBIOS computer name: SHELLS-WINSVR\x00
| Workgroup: WORKGROUP\x00
|_ System time: 2025-10-03T05:29:00-07:00
|_clock-skew: mean: 1h24m01s, deviation: 3h07m49s, median: 1s
| smb2-security-mode:
| 3.1.1:
|_ Message signing enabled but not required
| smb-security-mode:
| account_used: guest
| authentication_level: user
| challenge_response: supported
|_ message_signing: disabled (dangerous, but default)
|_nbstat: NetBIOS name: SHELLS-WINSVR, NetBIOS user: <unknown>, NetBIOS MAC: 00:50:56:b0:ee:d0 (VMware)
| smb2-time:
| date: 2025-10-03T12:29:00
|_ start_date: N/A
```