This Python script utilizes the powerful scapy
library to perform ARP scans on a specified IP address range. The script prompts the user to input an IP address and range, validates the input, and then conducts the ARP scan using scapy.arping()
.
- Uses
scapy
library for efficient network packet manipulation. - Validates user input against a regular expression pattern.
- Displays an ASCII art header for a visually appealing interface.
- Clone the repository or download the script.
- Ensure you have
scapy
installed (pip install scapy
). - Run the script and follow the prompts to enter the IP address range.
Contributions are welcome! Feel free to open an issue or submit a pull request if you have any suggestions for improvements or additional features.
This project is licensed under the MIT License.