This Python script uses Scapy for network packet analysis.
This Python script uses Scapy for network packet analysis. It captures and analyzes IP, TCP, UDP, and ICMP packets, providing insights into source/destination IP addresses and ports.
- Packet capture and analysis for educational purposes
- Supports IP, TCP, UDP, and ICMP protocols
- Easy to run and customizable
- Python installed
- Scapy library installed (
pip install scapy)
- Clone the repository.
- Install Scapy using
pip install scapy. - Run the script on your network interface.