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
CVE-2024-38077-RDLCheck — 检测RDL服务是否运行,快速排查受影响资产 | Kitploit
Tools/GitHubGitHub/zhuxi1965/cve-2024-38077-rdlcheck
ReconnaissanceVulnerability ScannersExploitationInformation GatheringNetwork SecurityPenetration Testing
GitHubzhuxi1965/cve-2024-38077-rdlcheck

CVE-2024-38077-RDLCheck

检测RDL服务是否运行,快速排查受影响资产

View Repository
722 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

CVE-2024-38077-RDLCheck

Detect if the RDL service is running, quickly identify affected assets

Usage:

Install impacket

root@kitploit:~
git clone https://github.com/fortra/impacket.git
cd impacket
python3 -m pipx install .

Script Usage:

root@kitploit:~
# python3 RDLCheck.py
usage: RDLCheck.py [-h] [-ip IP] [-f F] [-t T]

Windows Remote Desktop Licensing Service Detect

options:
  -h, --help  show this help message and exit
  -ip IP      Target IP, eg: 192.168.120.1
  -f F        Target File, eg: ip.txt
  -t T        scan thread, default 1

Single IP test:

image-20240810084532324

Multiple IP test:

image-20240810084737235

Download Tool