Skip to content

Abuhurairaa/CodeAlpha_Network_Sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CodeAlpha_Network_Sniffer

This Python script uses Scapy for network packet analysis.

Network Sniffer Script

Overview

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.

Key Features

  • Packet capture and analysis for educational purposes
  • Supports IP, TCP, UDP, and ICMP protocols
  • Easy to run and customizable

Prerequisites

  • Python installed
  • Scapy library installed (pip install scapy)

How to Run

  1. Clone the repository.
  2. Install Scapy using pip install scapy.
  3. Run the script on your network interface.

About

This Python script uses Scapy for network packet analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages