Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 442 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 442 Bytes

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 <ip> (192.168.0.2) or <network> (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.