Skip to content

OxFOIQ/Simple_Packet_Sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple_Packet_Sniffer

AlphaScan

Capture and analyze network traffic with this lightweight packet sniffer.

Features

Captures live network packets: Monitors network activity in real time.

Parses essential packet information: Extracts key details including:

Source and destination IP addresses

Protocol types (TCP, UDP, ICMP, etc.)

Port numbers

Filters packets by protocol: Focus on specific traffic types.

Displays packet data in a user-friendly format: Presents information clearly.

Simple and easy to use: Perfect for learning and experimentation.

Built with ️

Python: https://www.python.org/

Scapy library: https://scapy.net

Getting Started

Clone this repository: git clone https://github.com/MedAmyyne/Simple_Packet_Sniffer

Install dependencies: pip install -r requirements.txt

Run the sniffer: python packet_sniffer.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages