Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 817 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 817 Bytes

Network-Scanner

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.