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
Explotacion-RCE-Pentesting-BlueKeep-CVE-2019-0708- — Demostración práctica y bitácora técnica de explotación de BlueKeep (CVE-2019-0708) en RDP usando Nmap y Metasploit, documentando la resolución de errores en el entorno virtual. | Kitploit
Tools/GitHubGitHub/sebaspv27/explotacion-rce-pentesting-bluekeep-cve-2019-0708-
Vulnerability AnalysisExploitationPenetration TestingLearning & EducationRed TeamingLabs & Practice
GitHubsebaspv27/explotacion-rce-pentesting-bluekeep-cve-2019-0708-

Explotacion-RCE-Pentesting-BlueKeep-CVE-2019-0708-

Demostración práctica y bitácora técnica de explotación de BlueKeep (CVE-2019-0708) en RDP usando Nmap y Metasploit, documentando la resolución de errores en el entorno virtual.

View Repository
1 day 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

BlueKeep Vulnerability Exploitation (CVE-2019-0708) in a Controlled Environment

Academic project focused on the analysis, execution, and troubleshooting during the exploitation of the BlueKeep (CVE-2019-0708) vulnerability in the RDP service of Windows Server 2008 R2, developed for the Cybersecurity course at Instituto Profesional Los Leones.

Objective

Demonstrate the complete flow of a penetration test in a virtualized environment, from initial reconnaissance with Nmap to privilege escalation and interaction with the target system using Metasploit/Meterpreter.

Environment and Tools

  • Attacker: Kali Linux x64
  • Victim: Windows Server 2008 R2 (RDP v6.1.7601)
  • Virtualization: Oracle VirtualBox (Bridged Mode Network)
  • Tools: Nmap, Metasploit Framework, Meterpreter

Project Phases

1. Reconnaissance and Scanning

  • Network scanning and service/version detection using Nmap:
    root@kitploit:~
    sudo nmap -sV -sC -F <TARGET_IP>
    

Identification of open port 3389/tcp (RDP) and the vulnerable version 6.1.7601.

2. Exploitation with Metasploit

Search and selection of the module exploit/windows/rdp/cve_2019_0708_bluekeep_rce.

Configuration of key parameters (RHOSTS, LHOST, target).

Prior vulnerability validation using the check command.

Execution of the payload windows/x64/meterpreter/reverse_tcp.

3. Post-Exploitation

Interactive access to the file system through a Meterpreter session.

Reading, manipulation, and remote deletion of test files on the target's desktop.

Error Resolution and Lessons Learned

  • VirtualBox IP addressing: Solved by changing the network from NAT to Bridged Adapter for real visibility between machines.

  • Hypervisor incompatibility: Adjustment of VirtualBox version and drivers to avoid Blue Screen (BSOD) crashes during payload injection.

  • Service configuration: Modification of Windows Server registry settings and protocols to allow stable exploitation without authentication.

Download Tool