Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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().
- Host: GitHub
- URL: https://github.com/musatahawar/wifi-scanner
- Owner: MusaTahawar
- Created: 2024-03-11T07:15:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T07:28:28.000Z (11 months ago)
- Last Synced: 2024-11-09T17:18:55.012Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).---