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-scanner
sudo python3 arp_scanner.py -r 192.168.1.0/24
This project is licensed under the MIT License.