A simple Python script that uses Scapy to scan a given IP range for active devices using ARP requests.
- Scan a network for active devices.
- Uses ARP requests for accurate detection.
- Lightweight and easy to use.
- Python 3.x
- Scapy (Install via:
pip install scapy) - Root privileges (
sudo)
git clone https://github.com/trxycs/so1ic-network-scanner.git
cd so1ic-network-scannersudo python3 arp_scanner.py -r 192.168.1.0/24This project is licensed under the MIT License.