Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Py-RDP-Patcher — Python script that patches the termsrv.dll file on Windows to enable multiple concurrent RDP sessions, supporting Windows 10 versions 1703 through 1909. | Kitploit
Tools/GitHubGitHub/sp00kyskelet0n/py-rdp-patcher
Lateral MovementPenetration TestingRemote Access Tool
GitHubsp00kyskelet0n/py-rdp-patcher

Py-RDP-Patcher

Python script that patches the termsrv.dll file on Windows to enable multiple concurrent RDP sessions, supporting Windows 10 versions 1703 through 1909.

View Repository
63805 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Py-RDP-Patcher

Py-RDP-Patcher is a tool made in python to patch the termsrv file to allow simultaneous RDP sessions

Setup Guide:

This script only requires the art library which is installed by executing :

root@kitploit:~
pip install art

Requirements:
Python3, Windows

Limitations:
For now this script only supports windows 10 version 1909,1903,1809,1803 and 1703 (to know your version type this into powershell Get-ComputerInfo | select WindowsProductName, WindowsVersion) if your windows version is not supported and you know the corresponding hex code you can modify this script to support your version. I will not go into details on how to do it but the script is pretty straightforward if you know just a bit of python it should be easy to do.

Download Tool