/winNDD

A Network Device Discovery Tool

Primary LanguagePython

winNDD - Windows Network Device Discovery Tool

alt text winNDD is a simple local area network scanner for Windows to discover other devices. It uses the ARP protocol in order to get the devices IPv4 and MAC address. It will return network interface, IPv4 address, MAC address and MAC Vendor of every device on the local network, in a easily readable list.

Installation

In order to run the script, you need to have Python 3 installed. Download the latest version of Python 3 via this link

When Python has been installed on your machine, you need to install the external Python modules. Install the modules via:

$ cd .\winNDD\
$ python -m pip install -r requirements.txt

Running winNDD

To run the script, you simply use the Python command:

$ python ndd.py

Developer

WodX