Overview
This artifact demonstrates a Python-based network scanner that identifies active devices connected to a local network. The program scans a subnet, sends ping requests to detect live hosts, and gathers additional information such as hostnames and open ports. The results are displayed in a color-coded format in the terminal and are also exported to a CSV file for documentation and analysis.