Back to Home

Packet Sniffer

Network AnalysisNetworkPacket AnalysisSniffing

A network packet sniffer that captures and analyzes network traffic, displaying detailed information about Ethernet frames, IP packets, and TCP/UDP segments.

How to Use

Basic usage example
$sudo python packet_sniffer.py --interface eth0 --filter TCP

Command Options:

  • --help - Display help information

Getting Started

  1. Clone the repository
    $git clone https://github.com/GZ30eee/cybersecurity-tools.git
  2. Navigate to the project directory
    $cd cybersecurity-tools
  3. Install dependencies
    $pip install colorama
  4. Run the tool
    $sudo python packet_sniffer.py --interface eth0 --filter TCP