Skip to content

A university project that sniff the network using python and scapy ,and collect infomation about TCP,UDP and ICMP protocols on network.

Notifications You must be signed in to change notification settings

SMojtabaE/Network-Sniffier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Network Sniffer

A university project for computer networking class.

Description

This project sniff the network and show us the packets.TCP,UDP and ICMP are packets that this program show us and read header of this protocols,then show us the information that we want.

Getting Started

Dependencies

  • python3
  • Scapy
  • npcap(for windows)

Executing program

After installing scapy and npcap(for windows),go to directory of project and type :

python sniffer.py

In linux,run with sudo

sudo python3 sniffer.py

Note

For using in Linux,you need to install scapy first.use this to install(for ubuntu)

sudo apt-get install -y python3-scapy

About

A university project that sniff the network using python and scapy ,and collect infomation about TCP,UDP and ICMP protocols on network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages