The Network Scanner is a simple Python tool designed to scan hosts within a network, retrieve their MAC addresses, vendor names, and identify open ports on those hosts. This tool is useful for network administrators, security professionals, or anyone interested in exploring devices and their configurations on a local network. Features
Scan hosts within a specified IP range.
Retrieve MAC addresses and vendor names using ARP (Address Resolution Protocol) requests.
Identify open ports on each host using TCP (Transmission Control Protocol) port scanning.
Note
This tool is intended for educational and informational purposes.
Ensure you have the necessary permissions before scanning a network.
Use responsibly and respect the privacy and security of network hosts.