Wheele9 / Networkscanner

Scan your local network using nmap and python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Networkscanner

Scan your local network using nmap and python


Preview:

alt tag


Usage

Install python-nmap:

pip install python-nmap

Get the MAC adresses of your devices

On Linux:

ifconfig -a

On Windows:

ipconfig

Fill the KNOWN_MACS dictionary in info.py with your devices, and device names

Run

sudo python scan.py


Enjoy!

If you have problem importing nmap, try sudo $(which python) scan.py

About

Scan your local network using nmap and python

License:MIT License


Languages

Language:Python 100.0%