Huba Buba's Avatar

Huba Buba

@hubabuba

Huba Buba because Hubba Bubba was not available anymore. Like: Science, Photography, Linux, Rust, Go (golang) Not Like: Everything else Author of RustNet: https://github.com/domcyrus/rustnet

66
Followers
153
Following
24
Posts
09.01.2024
Joined
Posts Following

Latest posts by Huba Buba @hubabuba

Hello there, thanks for your interest in rustnet. This sounds good to me.

04.03.2026 09:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - domcyrus/rustnet: A cross-platform network monitoring terminal UI tool built with Rust. A cross-platform network monitoring terminal UI tool built with Rust. - domcyrus/rustnet

RustNet can now use a mouse πŸ–±οΈ

Click tabs, select connections, scroll, double-click for details, copy to clipboard. All in your terminal.

Soon to be released since v1.0.0:
- BitTorrent, STUN & MQTT detection
- GeoIP city-level location
- Android builds

github.com/domcyrus/rustnet

22.02.2026 12:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

I'm happy to announce RustNet v1.0.0! πŸŽ‰

Real-time network monitoring in your terminal.

New in 1.0:

- GeoIP location for remote IPs
- PCAP export with process attribution
- eBPF ICMP tracking on Linux
- 4 platforms, 18 protocols, one TUI.

github.com/domcyrus/rus...

#Rust #RustLang #OpenSource

10.02.2026 20:16 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Rustnet showing what firefox does

Rustnet showing what firefox does

RustNet showing Firefox's connection to ads.mozilla.org. It's always nice to have visibility into what's happening on your network.
github.com/domcyrus/rus...

08.01.2026 10:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

RustNet v0.18 is out.

- Process grouping (press 'a' to group by app)
- 7 new DPI protocols
- Traffic graphs with 60s history
- BPF filter support

github.com/domcyrus/rustnet
#rust #opensource #terminal #networking

07.01.2026 20:13 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
GitHub - domcyrus/rustnet: A cross-platform network monitoring terminal UI tool built with Rust. A cross-platform network monitoring terminal UI tool built with Rust. - domcyrus/rustnet

I've added process grouping to RustNet. Press 'a' to see which app is using all your bandwidth. I think it is also very useful to find a specific connection.

The next release is coming soon, but if you like to try it out, it is already in main.
github.com/domcyrus/rustnet

#rust #networking #linux

04.01.2026 15:26 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

RustNet v0.17.0 released πŸŽ‰

What's New:
- Landlock sandbox & capability dropping (Linux security)
- eBPF thread-to-process name resolution
- New CLI options: --no-sandbox, --sandbox-strict

πŸ“¦ COPR | PPA | AUR | Homebrew | Chocolatey

πŸ”— github.com/domcyrus/rustnet/releases/tag/v0.17.0

07.12.2025 17:04 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Sandboxing Network Tools with Landlock Network monitoring tools like RustNet process untrusted data from the wire. This makes them vulnerable to protocol exploits and crafted payloads. If an attacker finds a bug in packet parsing, they cou...

RustNet v0.17.0 will include Landlock sandboxing πŸ”’

Sandbox after init: drop CAP_NET_RAW, restrict filesystem, block outbound. But is it useful when CAP_BPF stays? Not certain... domcyrus.github.io/systems-programming/security/linux/2025/12/06/landlock-sandboxing-network-tools.html

06.12.2025 17:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Release Release v0.16.1 Β· domcyrus/rustnet Fix cross-compilation build issues for eBPF on non-Linux platforms Switch FreeBSD to native VM builds instead of cross-compilation Fix build.rs to check TARGET instead of host platform

RustNet v0.16.1 released

What's New:
- Network interface statistics tracking
- TCP retransmits
- FreeBSD support

Installation:
Fedora/RHEL: COPR | Ubuntu: PPA | Arch: AUR
macOS: Homebrew | Windows: Chocolatey | FreeBSD: pkg

github.com/domcyrus/rus...
#RustLang #Networking #Linux #FreeBSD #Rust

22.11.2025 18:12 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Feedback and / or improvement suggestions are very welcome πŸ€—

26.10.2025 10:01 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

#rustlang #linux #networking #opensource

26.10.2025 09:37 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

RustNet v0.15.0 released! πŸŽ‰

New: Ubuntu PPA packaging & improved security with removed CAP_NET_ADMIN requirement.

Mentioned on Linux Today & LinuxLinksπŸ˜€

Install:
Fedora: COPR packages
Ubuntu: Official PPA
Arch: rustnet-bin (once AUR recovers from DDoS 😒)
macOS/Windows: github.com/domcyrus/rustnet

26.10.2025 09:35 πŸ‘ 2 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

There are ways to avoid sudo usage with using `sudo setcap 'cap_net_raw,cap_net_admin,cap_bpf,cap_perfmon+eip' $RUSTNETPATH`. The problem is that it might be not enough because of eBPF where you also need cap_sys_admin where you are basically back at sudo.
github.com/domcyrus/rus...

15.10.2025 06:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - domcyrus/rustnet: A cross-platform network monitoring terminal UI tool built with Rust. A cross-platform network monitoring terminal UI tool built with Rust. - domcyrus/rustnet

Yehaa, rustnet now on Ubuntu PPA (25.10+)

sudo add-apt-repository ppa:domcyrus/rustnet
sudo apt install rustnet-monitor

Network monitoring TUI with eBPF process identification & deep packet inspection.

Also: Fedora COPR, Arch AUR
github.com/domcyrus/rustnet

#ubuntu #linux #rust

14.10.2025 13:52 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

Process identification now even works on windows #windows #powershell

12.10.2025 18:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Release Release v0.14.0 Β· domcyrus/rustnet Added eBPF Enabled by Default on Linux: eBPF support is now enabled by default on Linux builds for enhanced performance Provides faster socket tracking with reduced overhead Includes CO-RE (Compi...

RustNet v0.14.0 is now available!

Key updates:
- eBPF enabled on Linux
- JSON logging for SIEM integration
- TUN/TAP interface support
- Fixed high CPU usage on Linux
- Available via Fedora COPR

github.com/domcyrus/rus...

#rustnet #rust #rustlang #networking #linux #ebpf #opensource #monitoring

12.10.2025 15:41 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
Release Release v0.12.0 Β· domcyrus/rustnet Added Vim-style Navigation: Jump to beginning of connection list with g and end with G (Shift+g) Table Sorting: Comprehensive sorting functionality for all connection table columns Press s to cyc...

RustNet v0.12.0 released with distribution packages

Added packaging such as .deb, .rpm, and Windows .msi installer.

Also added vim-style navigation, sortable columns for bandwidth monitoring, and fixed the Windows double-key issue.

github.com/domcyrus/rus...

#rust #opensource #networking #linux

02.10.2025 19:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Why Catching Short-Lived Processes Requires eBPF on Linux but Just a Header on macOS TL;DR macOS's PKTAP provides process info directly in packet headers (10 lines of code),...

macOS: "Here's process info in the packet header"
Linux: "Write 100 lines of eBPF"

My deep dive into PKTAP vs eBPF:
dev.to/domcyrus/why...

#rust #linux #systemsprogramming #ebpf

22.09.2025 16:11 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Thanks a lot for sharing @orhun.dev. I'm the author of RustNet. If anyone has any questions or suggestions please let me know.

14.09.2025 09:39 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ€” maybe I should have tagged this #rustlang #ratatui #tui

07.09.2025 09:33 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

Built RustNet: A network monitor with deep packet inspection and TUI

See real-time connections with process identification, protocol detection (HTTP/TLS/DNS/QUIC), and connection states

Works on Linux/macOS and maybe also Windows (TBD)
Source: github.com/domcyrus/rus...

07.09.2025 09:28 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Trump is the biggest degrowther! I don't like the way he is doing it but in the end for the good of the planet it doesn't matter.

18.04.2025 08:51 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Clean Electricity Breaks New Records; Renewables on Track for Another Strong Year: BloombergNEF | BloombergNEF More than 40% of the world’s electricity came from zero-carbon sources for the first time in 2023; 14% from wind and solar Almost 91% of global net power

Weidels LΓΆsungen scheinen mir nicht so Zukunftsorientiert: Fast 91% der weltweiten NettozuwΓ€chse bei den StromerzeugungskapazitΓ€ten kamen 2023 von Solar- und Windenergie, wΓ€hrend fossile Brennstoffe nur 6% ausmachten...
about.bnef.com/blog/clean-e...

12.01.2025 09:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

What's upppp? πŸ‘

09.01.2024 17:59 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0