Share
## https://sploitus.com/exploit?id=A77E87D4-FD8F-55F5-A7A2-EACD1787542A
# WannaCryNetScanner
A simple python scanner to detect vulnerable hosts in your net. It checks for open TCP/445 port and try to exploit using MS17-010 vulnerability. 
Based on metasploit MS17-010 module.

### Usage
```
python netscanner.py  (192.168.0.2) or  (192.168.0.*)
```

### Prerequisites
```
Python >= 2.7
python-nmap >= 0.6.1 (https://pypi.python.org/pypi/python-nmap)
```

Please use responsibility. No any warranty.