@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…
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.
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…
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…
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...
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
NetworkSpy is an HTTP(s) proxy debugger with a custom viewer, aimed at developers for inspecting network traffic.
@QingQ77: Directly connect to an existing Chrome browser's DevTools Protocol via a lightweight Rust CLI, replacing the heavy context overhead of MCP server to enable browser automation. https://github.com/aeroxy/chrom…
This is a lightweight CLI tool written in Rust that directly connects to a local Chrome browser via DevTools Protocol for automation, designed to replace MCP server to reduce context overhead.