Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.15 KB

File metadata and controls

37 lines (25 loc) · 1.15 KB

multirdp

ts::multirdp can be used to enable multiple RDP connections on the target server.

{% hint style="danger" %} You do not need to patch the RDP service on Windows Servers since multiple RDP connections are allowed, {% endhint %}

There are two local administrator users:

  • m3g9tr0n (Local Administrator)
  • hacklab.local\m3g9tr0n (Domain user part of the local administrators group)

Local admins on the target Windows 7

mimikatz # privilege::debug
Privilege '20' OK
mimikatz # ts::multirdp
"TermService" service patched

As a result, it is possible to initiate another RDP connection while the other user is already connected.

RDP successful patching

{% hint style="info" %} According to Benjamin Delpy, the multirdp module still works on the following recent versions of Windows:

  • Windows Server 2019 - Windows NT 10.0 build 17763 (arch x64)
  • Windows 10 1909 - Windows NT 10.0 build 18363 (arch x64) {% endhint %}

(Demonstration target is a Windows 7, domain joined, workstation.)