
Batch scanner for CVE-2019-0708 (BlueKeep) remote code execution vulnerability. Scans IP lists with configurable threading to detect vulnerable RDP hosts.
CVE-2019-0708 remote code execution vulnerability batch detection
3389_hosts is the list of IP addresses to be detected, one per line
pool = ThreadPool(10) defines the custom scanning thread
Windows python3 environment