Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.63 KB

README.md

File metadata and controls

68 lines (48 loc) · 1.63 KB

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