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