# network_scanner Python program to discover all the IPs connected to the same network along with their MACs This program require scapy module. To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3 for Python 3. To execute use python network_scanner.py -t target_ip. For more details use --help or -h attribute.