Skip to content

altilunium/lacakgrak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lacakgrak

Simple inbound/outbound packet sniffer

image

  • Statistics will be updated each 10 seconds
  • For each IP, sorted by transferred byte size

Background

This sniffer is so simplified that you can only see the size of the traffic. This is because I just want to know where my traffic is going and how big it is. I want to identify the cause of my recent unexpected surge in internet traffic.

Installation

pip install scapy
pip install clipboard

Usage

python a.py

Press Ctrl+C to quit (the statistics will be copied to the clipboard).

Release Notes

v24.10.2

  • GUI version (see GUI branch -> a - Copy.py)
  • SQLite IP storage

v24.8.16

  • Ctrl + C : exits + copies all statistics to the clipboard

v24.8.8

image

  • Explicit localhost IP identifier.
  • Human readable byte size statistics
  • Simplified UI (localhost traffic is now implicitly all inbound, while the rest are implicitly all outbound)

v24.8.7

image

About

Simple inbound/outbound packet sniffer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages