Python script to scan network for live machines
This is simple python script uses ping request to check a machine if it is alive and responding
Usage: python network_scan.py
Enter network id like 172.16.10.1 Script will start the scan from IP 172.16.10.1 to 172.16.10.254, this will send simple ping packet to check if a machine respond to request and will print IP to screen if it is alive.