Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/musatahawar/wifi-scanner

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().
https://github.com/musatahawar/wifi-scanner

Last synced: 20 days ago
JSON representation

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().

Awesome Lists containing this project

README

        

---

## ARP Scanner with Scapy

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()`.

### Features:
- 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.

### Usage:
1. Clone the repository or download the script.
2. Ensure you have `scapy` installed (`pip install scapy`).
3. Run the script and follow the prompts to enter the IP address range.

### Contributing:
Contributions are welcome! Feel free to open an issue or submit a pull request if you have any suggestions for improvements or additional features.

### License:
This project is licensed under the [MIT License](LICENSE).

---