Skip to content

DARKcoder37/Packet-Sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

IMPORTANT

This code does not work on windows. Use Debian OS to run this code.

This code uses AF_PACKET function of socket module which is not available for windows. Same goes for AF_INET.

Some concepts

1) Ethernet Frame Header

Screenshot 2023-02-21 211106

2) Mac Address unpacking

after unpack

3) IPv4 Header

image

4) ICMP packet

image

5) TCP packet

image

6) UDP Packet

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages