Skip to content

[WIP] A complete python packet sniffer to provide a complete open source tool for networking analisys or a raw sniffer code ready to be modificated for you own proyect (check sniffer_engine_RAW.py)

Notifications You must be signed in to change notification settings

agutig/Complete_Python_Packet_Sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This proyect is a complete (WIP) packet sniffer tool composed by a [console UI] + [Engine]

  • The UI just provides the user some interaction to adjust and filter the interrested packets

  • The Engine just conects to the sockets and packets:

    • The engine just provides all the packets and their info but is adjusted to the user necesities.
    • The raw engine would simply just retrieve all the package data without any kind of filter and has no prints, its simply the code you need to copy/paste on your proyect. This code its not directly accesible by the main aplication workflow so if you just want the tool you can delete it.

About

[WIP] A complete python packet sniffer to provide a complete open source tool for networking analisys or a raw sniffer code ready to be modificated for you own proyect (check sniffer_engine_RAW.py)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages