An open API service indexing awesome lists of open source software.

https://github.com/athiyaman-m/network_analyzer_scapy

This Python script uses Scapy to perform ARP scanning on a local network, discovering devices and listing their IP and MAC addresses in a clear format. It's a valuable tool for network management and security tasks.
https://github.com/athiyaman-m/network_analyzer_scapy

arp cybersecurity network-analysis python scapy

Last synced: about 1 month ago
JSON representation

This Python script uses Scapy to perform ARP scanning on a local network, discovering devices and listing their IP and MAC addresses in a clear format. It's a valuable tool for network management and security tasks.

Awesome Lists containing this project

README

        

# Network_analyzer_scapy
The project is a Python script leveraging the Scapy library to conduct an ARP (Address Resolution Protocol) scan within a specified local network subnet. It systematically sends ARP requests to all IP addresses in the defined range, collects responses from active devices, and compiles a list displaying the discovered devices' IP and MAC addresses in a user-friendly tabular format. This tool is valuable for network administrators managing local network inventories, security professionals conducting security audits, and as an educational resource for understanding ARP scanning techniques.

ARP REQUEST
![arp_request1](https://github.com/athiyaman-m/Network_analyzer_scapy/assets/116479721/e8028440-917b-4a32-948f-7c196c545911)

ARP RESPONSES
![hacker](https://github.com/athiyaman-m/Network_analyzer_scapy/assets/116479721/3768de07-bd28-4102-880a-bf07f860843c)

OUTPUT
![building-network-scanner-using-scapy](https://github.com/athiyaman-m/Network_analyzer_scapy/assets/116479721/187e5732-1123-4f31-9bed-1344ef3e05ab)