https://github.com/aderinsolabamidele/network_scanner

Lightweight Python ARP network scanner to discover active devices on a local network. Built with Scapy.

https://github.com/aderinsolabamidele/network_scanner

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Lightweight Python ARP network scanner to discover active devices on a local network. Built with Scapy.

Basic Info
  • Host: GitHub
  • Owner: aderinsolabamidele
  • Language: Python
  • Default Branch: main
  • Size: 4.88 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 12 months ago · Last pushed 12 months ago
Metadata Files
Readme

README.md

Network_scanner

Lightweight Python ARP network scanner to discover active devices on a local network. Built with Scapy.

ARP Network Scanner 🔍

This is a lightweight Python-based network scanner that uses ARP requests to identify active devices in a local network.

✨ Features

  • Fast ARP-based scanning
  • Lists IP and MAC addresses of active devices
  • Simple command-line usage
  • Built with Scapy

🛠 Requirements

  • Python 3.x
  • scapy Python library

Install dependencies: ```bash pip install -r requirements.txt

Owner

  • Login: aderinsolabamidele
  • Kind: user

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

Dependencies

requirements.txt pypi
  • pipinstallscapy *