Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 724 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 724 Bytes

so1ic-network-scanner

A simple Python script that uses Scapy to scan a given IP range for active devices using ARP requests.


✨ Features

  • 🔍 Scan a network for active devices.
  • 🛡️ Uses ARP requests for accurate detection.
  • 🔗 Lightweight and easy to use.

⚠️ Requirements

  • Python 3.x
  • Scapy (Install via: pip install scapy)
  • Root privileges (sudo)

📚 Installation

git clone https://github.com/trxycs/so1ic-network-scanner.git
cd so1ic-network-scanner

🚀 Usage

sudo python3 arp_scanner.py -r 192.168.1.0/24

📝 License

This project is licensed under the MIT License.