Skip to content

unazed/Packet-Decapsulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Packet-Decapsulation

Usage: python2 main.py <tcp|udp|icmp|ip|eth>

An early prototype of a decapsulation module written in pure Python with sockets, thusfar supports layer inspection for TCP, UDP, ICMP packets, IP headers and Ethernet frames. In its current state I do not plan on extending or planning more features upon it unless it's deemable as a necessity.

Latest version finally implements graphing for packets received over each second.

scan example

Above example shows of the traffic sent & received from the Masscan tool. Under settings

masscan -p 80 --range 192.168.0.0/8 --rate 10000000

About

Shows the overview of packets from Layer 4 down.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages