> For the complete documentation index, see [llms.txt](https://notes.morph3.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.morph3.blog/windows/exploits/ms17-010-eternalblue.md).

# MS17-010 - Eternalblue

Detecting it

* <https://github.com/REPTILEHAUS/Eternal-Blue/blob/master/checker.py>

```
nmap --script=smb-vuln-ms17-010 1.3.3.7
python2 /opt/eternalblue-ms17-010/checker.py 1.3.3.7
```

Exploiting it,

* <https://null-byte.wonderhowto.com/how-to/manually-exploit-eternalblue-windows-server-using-ms17-010-python-exploit-0195414/>
