Skip to content
#

packet-sniffing

Here are 28 public repositories matching this topic...

Cybersecurity Tasks Repository: A collection of tasks and exercises showcasing practical applications in network security and risk management. Includes tools like a Packet Sniffer, scripts for accessing network packets, and a Risk Calculator to assess security risks. Ideal for hands-on learning and skill development in cybersecurity.

  • Updated Sep 4, 2024
  • Python

This repository contains a Python-based network packet analyzer tool developed using Scapy. The tool captures and analyzes network packets, displaying information such as source and destination IP addresses, protocols, and payload data (if available). Ideal for learning about network traffic analysis and packet inspection using Scapy.

  • Updated Sep 11, 2024
  • Jupyter Notebook

A Python-based packet sniffing tool using scapy for capturing and analyzing network packets. It displays essential packet information such as source and destination IP addresses, protocols (TCP, UDP, ICMP), and payload data. Designed for educational purposes to understand network protocols and packet-level communication.

  • Updated Jun 20, 2024
  • Python

Improve this page

Add a description, image, and links to the packet-sniffing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the packet-sniffing topic, visit your repo's landing page and select "manage topics."

Learn more