Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 727 Bytes

File metadata and controls

17 lines (11 loc) · 727 Bytes

Network-Monitor

As the name suggest, this tool listen for any connection made from a device or for any incoming connections.

Screenshot 2025-10-28 112936

It's FAST !!

Thanks to cache storing, this script is fast, here is the snippet of code for caching:

immagine

Installation

cd src
pip install -r requirements.txt

Note

The IP 192.168.1.1 is being marked as "Local Host", in reality it is a private ip, but I was lazy to write that line of code...