Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Network Scanner Tool GitHub


Network Scanner

This is a simple Network scanner used to scan any range of IP Address to get their MAC Address.

The code is written completely in Python (currently, python v3).

This program is supported for Linux, Windows and Mac OS X.


Installation

Before starting to use this tool you must Install some important python packages. You can manually install them one by on or you can use requirements.txt file to install all packages all at once. Use anyone way you want to install required packages.


Use requirements.txt

pip install -r requirements.txt

Install manually

pip install scapy

pip install termcolor

pip install optparse

Usage

Options to use this Network Scanner

This will display the help message


python3 network_scanner.py --help

This command will scan range of IP Address and show their MAC Address


python3 network_scanner.py -t 192.168.29.1/24


This post first appeared on Duniyar Net, please read the originial post: here

Share the post

Network Scanner Tool GitHub

×

Subscribe to Duniyar Net

Get updates delivered right to your inbox!

Thank you for your subscription

×