Description:
This Python program allows you to scan devices on your network. Using the Scapy library, ARP packets are sent and responses are received. This helps you discover active devices on your network.
Usage:
- Run the program.
- Enter the desired IP address.
- The program sends ARP requests to scan devices on your network.
- Displays the responses.
Installation:
- Install Python on your computer.
- Install the required libraries by typing
pip install scapyinto the terminal. - Run the program:
python netscanner.py -i <IP_ADDRESS>
Notes:
- The program may require administrator (root) permissions to function properly.
- It may take some time to receive responses from devices, please be patient.