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 With Metasploit-Framework Exploit | Kitploit
Tools/GitHubGitHub/frostsaberx/cve-2019-0708
Exploit FrameworksVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubfrostsaberx/cve-2019-0708

CVE-2019-0708

CVE-2019-0708 With Metasploit-Framework Exploit

View Repository
4237 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 with Metasploit-Framework

The CVE-2019-0708 vulnerability exploits a flaw in user authentication, allowing bypass of authentication without any interaction. It directly connects via the RDP protocol to send malicious code and execute commands on the server. If exploited by an attacker, it can lead to server intrusion and virus infection, similar to the large-scale infection caused by WannaCry and EternalBlue vulnerabilities.

Around 1:00 AM on September 7, 2019, metaspolit updated the exploit program.

Usage:

Download Tool

0x01 Environment Setup

Terminal Execution

apt install metasploit-framework

cp rdp.rb /usr/share/metasploit-framework/lib/msf/core/exploit/

cp rdp_scanner.rb /usr/share/metasploit-framework/modules/auxiliary/scanner/

cp cve_2019_0708_bluekeep_rce.rb /usr/share/metasploit-framework/modules/exploits/windows/rdp/

cp cve_2019_0708_bluekeep.rb /usr/share/metasploit-framework/modules/auxiliary/scanner/rdp/

0x02 Operation Method

1. Use the windwos/rdp/cve_2019_0708_bluekeep_rce module

2. Set RHOSTS and target (if the target machine uses vmare, set target to 3)

0 Automatic targeting via fingerprinting
1 Windows 7 SP1 / 2008 R2 (6.1.7601 x64)
2 Windows 7 SP1 / 2008 R2 (6.1.7601 x64 - Virtualbox)
3 Windows 7 SP1 / 2008 R2 (6.1.7601 x64 - VMWare)
4 Windows 7 SP1 / 2008 R2 (6.1.7601 x64 - Hyper-V)

3. Run exp