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
Bluekeep-Metasploit-Lab-Project — Exploiting Bluekeep (CVE-2019-0708) on windows 7 using metasploit (Esucational lab) | Kitploit
Tools/GitHubGitHub/nweks/bluekeep-metasploit-lab-project
Exploit FrameworksVulnerability AnalysisPenetration TestingLearning & EducationPayload DevelopmentLabs & Practice
GitHubnweks/bluekeep-metasploit-lab-project

Bluekeep-Metasploit-Lab-Project

Exploiting Bluekeep (CVE-2019-0708) on windows 7 using metasploit (Esucational lab)

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
4 months agoNot yet reviewed

Exploiting BlueKeep (CVE-2019-0708) on Windows 7

Objective

Gain remote access to an unpatched Windows 7 system via the BlueKeep RDP vulnerability using Metasploit.

Lab Setup

  • Attacker: Kali Linux
  • Target: Windows 7 (Unpatched, RDP Enabled)
  • Network: NAT / Host-Only

Tools Used

  • Metasploit Framework
  • Kali Linux
  • Windows 7

Exploitation Process

Phase 1: Recon & Setup

  • Launch Metasploit
  • Search BlueKeep module
  • Configure RHOSTS and RDP settings

Phase 2: Payloads Used

1. Reverse Shell

  • Payload: windows/x64/shell_reverse_tcp
  • Result: Command shell access

2. VNC Injection

  • Payload: windows/x64/vncinject/reverse_tcp
  • Result: GUI access to victim desktop

3. Meterpreter

  • Payload: windows/x64/meterpreter/reverse_tcp
  • Result: Advanced control (keylogging, screenshots, etc.)

Screenshots

See /screenshots folder

Commands Used

See /commands/commands-used.txt

Ethical Disclaimer

This project was conducted in a controlled lab environment for educational purposes only. Unauthorised ecploitation of systems is illegal

Author

Nweke Chigozie

Download Tool