A powerful packet sniffer tool that captures and analyzes network packets. This tool displays crucial information such as source and destination IP addresses, protocols, and payload data, offering deep insights into network traffic.
- Captures real-time network packets.
- Displays source and destination IP addresses.
- Analyzes protocols (TCP, UDP, ICMP).
- Prints payload data for deeper inspection.
- Python: Core implementation language.
- Scapy: Library used for network packet manipulation.
- Npcap: Packet capturing on Windows.
- VS Code: Development and testing environment.
-
Run the Packet Sniffer: python packet_sniffer.py
-
View the Output: The sniffer will display captured packet information in the terminal.
This project is licensed under the MIT License. See the LICENSE file for details.