@VincentLogic: Discovered a powerful network monitoring tool for the terminal! With RustNet, you can monitor all network connections in real-time directly from the terminal. See at a glance which processes are secretly transmitting data and who is connecting to your server. The best part is seeing the application associated with each connection—something Wireshark can't do. You can view this directly over SSH without needing X11 forwarding…

X AI KOLs Timeline Tools

Summary

Introduces RustNet, a terminal-based network monitoring tool developed in Rust. It supports real-time connection monitoring, process association, and traffic analysis, making it ideal for operations and security troubleshooting.

I found a fantastic network monitoring tool for the terminal: RustNet. It allows you to monitor all network connections in real-time right from the command line, letting you instantly see which processes are quietly transmitting data and who is connected to your server. The coolest feature is its ability to display the application corresponding to each connection—something Wireshark doesn't offer. You can check this directly over SSH without needing X11 forwarding. The interface is divided into four sections: - Overview: A list of all connections + real-time traffic - Details: SNI, encryption algorithms, geographic location, DPI - Charts: Traffic trends, application distribution, top processes - Network Interfaces: Send/receive history for each interface It supports filtering by `port:`, `process:`, and `sni:`, allowing you to search like `fzf` to troubleshoot issues incredibly fast. It can also run with automatically reduced privileges, making it very secure. For ops, backend developers, and security professionals, keeping this tool handy in the terminal can double your efficiency when troubleshooting network issues. Project link is in the comments. #NetworkMonitoring #Rust #Terminal #OpsTools #OpenSource
Original Article

Similar Articles

@grgerwcwetwet: Finally found an open-source alternative to Wireshark. Sniffnet, with 37k stars on GitHub, makes network monitoring understandable for ordinary people. Many people's first reaction when opening Wireshark is: I don't understand, close it. But Sniffn…

X AI KOLs Timeline

Introduces the open-source network monitoring tool Sniffnet, an easy-to-use alternative to Wireshark, supporting real-time traffic monitoring, filtering, PCAP import/export, friendly interface, and cross-platform support.

@XAMTO_AI: A guy turned 'circumventing internet censorship' into an open-source project, specifically targeting Russia's insane censorship environment. Do you know how extreme Russia's internet control is? It's not just blocking a few websites—they even identify and intercept VPN protocols one by one. So this guy simply dumped all usable configurations on GitHub…

X AI KOLs Timeline

An open-source project specifically targeting Russia's high-intensity internet censorship, providing VLESS VPN configurations with auto-detection updates and multi-country exit nodes, distributed for free via GitHub.

@denziideng: Even beginners can play! Local 'Relationship Detective' tool connects websites, emails, accounts into one graph. Imagine: you just enter a domain (or email, phone), and it automatically digs out all related info — subdomains, owner, social accounts, data leaks... then uses a stunning...

X AI KOLs Timeline

Flowsint is an open-source OSINT graph exploration tool that runs locally, automatically mining related information from inputs like domains and emails and generating relationship graphs. It supports one-click Docker deployment, focuses on privacy and ease of use. The latest version has been updated, and the community is growing.

NetworkSpy

Product Hunt

NetworkSpy is an HTTP(s) proxy debugger with a custom viewer, aimed at developers for inspecting network traffic.