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
Tools/GitHubGitHub/benhe119/bluekeepscan
ReconnaissanceVulnerability ScannersExploitationNetwork SecurityPenetration Testing
GitHubbenhe119/bluekeepscan

bluekeepscan

CVE-2019-0708

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

BlueKeepScan

Simple wrapper over PoC from @zerosum0x0 for checking CVE-2019-0708 in large network in multithreading.

Prepare

First of all you shouldn download and install original:

root@kitploit:~

git clone https://github.com/zerosum0x0/CVE-2019-0708.git
cd CVE-2019-0708/rdesktop-fork-bd6aa6acddf0ba640a49834807872f4cc0d0a773/
./bootstrap
./configure --disable-credssp --disable-smartcard
make

We strongly recommend to read original README from original

Then scan you network and find open 3389/tcp ports and pull the found addresses to file. You can use masscan/nmap/etc for this purpose.

Running

root@kitploit:~
go get -v github.com/Rostelecom-CERT/bluekeepscan
cd $GOPATH/github.com/Rostelecom-CERT/bluekeepscan/cmd/bluekeepscan/main
go run main.go -f FILE_WITH_IP -b PATH_TO_RDESKTOP

If you don't have go, you can start binary file

root@kitploit:~
./bluekeepscan -f FILE_WITH_IP -b PATH_TO_RDESKTOP

bluekeepscan create file log.log with results.

Download Tool