A defensive Python tool that passively analyzes authorized local network traffic with Scapy. It summarizes packet metadata by protocol, address, port, and directional flow without storing packet ...
This project demonstrates the analysis of Address Resolution Protocol (ARP) traffic using Python and Scapy to identify network anomalies and detect potential ARP spoofing attacks. The analysis was ...