Skip to content

Jadhusan24/Python-Sniffer-Utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Sniffer Utility

This illustrates the use of TCPDUMB command

[TCPDUMP]

Tcpdump is a data-network packet analyzer computer program that runs under a command line interface. It allows the user to display TCP/IP and other packets being transmitted or received over a network to which the computer is attached.

ARTICLE

Linkedin

USAGE

  • Ethernet
  • ARP
  • IPv6
  • IPv4
  • TCP
  • UDP
  • ICMP

I have tested this program on Windows 10 Enterprise using WSL ver 2.

WinVer WinVer


W I N D O W S


Excute this program using WSL

  • open WSL Terminal
  • navigate to file path
  • type the following command

python sniffer.py www.google.com
python sniffer.py 8.8.8.8


L I N U X


  • open terminal
  • navigate to file path
  • type the following command

sudo python3 sniffer.py www.google.com
sudo python3 sniffer.py 8.8.8.8

REQUIRMENT

  • Run using SUDO privilege
  • Run using Administration privilege

Output

  • Ethernet WinVer

  • ARP WinVer

  • ICMP ECHO REPLY WinVer

  • ICMP ECHO REQUEST WinVer

  • UDP WinVer

About

Monitor your internet traffic in real time. Networking utility

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages