Skip to content

so1icitx/so1ic-network-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages