This is a python3 script tool that helps to scan a LAN using ping technique and also displays an ARP table
after scanning.It uses scapy and getmac to scan LAN and get MAC address respectively.Need some modules for python :
- urllib3 -
pip3 install urllib3 - os,subprocess,threading,time -
Comes pre-installed with python3 - termcolor -
pip3 install termcolor - getmac -
pip3 install getmac - texttable -
pip3 install texttable
- ping
- Network_Scanner.py - Used for scanning LAN to see all the online hosts.
