A python program to scan all the IPs on your Network
python network_scanner.py --help
python network_scanner.py --target 192.168.1.1/24
Note: This code will work only for python2 but if you want to run it on python3 then install the following modules
-> scapy-python3
pip3 install scapy-python3
python3 network_scanner.py --target 192.168.1.1/24