Skip to content
/ codealfa Public

The Advanced Network Sniffer Tool is a powerful, Python-based network analysis tool designed to capture and analyze network traffic with the flexibility and detail similar to Wireshark. Built using the Scapy library, this tool allows users to monitor network packets in real-time, filter traffic by protocol, and save captured packets for analysis.

Notifications You must be signed in to change notification settings

VSP90/codealfa

Repository files navigation

Advanced Network Sniffer Tool

Description

This is an advanced network sniffer tool built using Python and Scapy. It captures and analyzes network traffic similar to Wireshark.

Requirements

  • Python 3.x
  • Scapy

Installation

  1. Install Python 3.x and Scapy if not already installed:

    sudo apt update
    sudo apt install python3 python3-pip
    pip3 install scapy
  2. Clone the repository or download the ra1_sniffer.py and run_ra1_sniffer.sh files.

  3. Make the shell script executable:

    chmod +x run ra1_sniffer.sh

Usage

Run the tool using the shell script:

./run_ra1_sniffer.sh -i <interface> -c <count> -p <protocol> -o <output_file> -t <timeout>

About

The Advanced Network Sniffer Tool is a powerful, Python-based network analysis tool designed to capture and analyze network traffic with the flexibility and detail similar to Wireshark. Built using the Scapy library, this tool allows users to monitor network packets in real-time, filter traffic by protocol, and save captured packets for analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published