Share
## https://sploitus.com/exploit?id=A1D3078B-35AA-51E5-89EB-F9FC2C1FD8B1
# CVE-2024-38077-RDLCheck
> 检测RDL服务是否运行,快速排查受影响资产

使用方法:

### 安装`impacket`

```bash
git clone https://github.com/fortra/impacket.git
cd impacket
python3 -m pipx install .
```

脚本使用方法:

```bash
# 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
```

### 单个IP测试:
![image-20240810084532324](./assets/README/image-20240810084532324.png)

### 多个IP测试:
![image-20240810084737235](./assets/README//image-20240810084737235.png)