@DomCyrus
11 Followers
171 Following
50 Posts
Like:
Science, Photography, Linux, Rust, Go (golang)
RustNethttps://github.com/domcyrus/rustnet

RustNet v1.1.0 is out! 🎉

This release packs everything that landed since 1.0.0:

🖱️ Full mouse support
🌍 GeoIP city-level resolution
📡 OUI vendor lookup for ARP connections
🔄 Historic connections toggle
🔒 Security hardening & packet stats
📊 MQTT, STUN & BitTorrent protocol detection
🤖 Android build support

Plus bug fixes for light terminal themes, clipboard handling, and Android cross-compilation.

https://github.com/domcyrus/rustnet/releases/tag/v1.1.0

#Rust #RustLang #OpenSource #Networking #TUI #Linux #Terminal

New features landed in RustNet since 1.0.0! 🎉

Historic connections, just press "t" to toggle visibility of closed/expired connections, so you never lose track of what happened on your network

Plus:
🖱️ Full mouse support
🌍 GeoIP city-level resolution with postal codes
📡 OUI vendor lookup for ARP connections

https://github.com/domcyrus/rustnet

#Rust #RustLang #OpenSource #Networking #TUI #Linux #Terminal

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.

https://github.com/domcyrus/rustnet

#Rust #RustLang #OpenSource

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

#Firefox #Privacy #RustNet #Linux #Networking

RustNet v0.18 is out. Yehaa

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

https://github.com/domcyrus/rustnet
#Rust #RustLang #OpenSource

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
- Platform code reorganization

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

🔗 https://github.com/domcyrus/rustnet/releases/tag/v0.17.0

#RustLang #Rust #Linux #Networking #OpenSource #Terminal #TUI #Security #eBPF #landlock

RustNet v0.15.0 is out! 🎉

What's New:
Ubuntu PPA packaging for easy installation
Improved security: removed CAP_NET_ADMIN & CAP_SYS_ADMIN requirements
Better bandwidth tracking (sorting combined up+down)

Mentioned on Linux Today & LinuxLinks 😃

Installation:
Fedora/RHEL: COPR packages
Ubuntu: Official PPA
Arch: rustnet-bin in AUR (once DDoS attacks stop 😢)
macOS/Windows: https://github.com/domcyrus/rustnet/releases/tag/v0.15.0

#RustLang #Rust #Linux #Networking #OpenSource #Fedora #Ubuntu #ArchLinux #DevOps #SysAdmin

RustNet process identification now also works on Windows using Windows IP Helper API
#windows #windows10 #windows11 #powershell

RustNet v0.14.0 is now available!

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

https://github.com/domcyrus/rustnet/releases/tag/v0.14.0

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

Built RustNet: A network monitor with deep packet inspection and TUI for Linux/macOS

Shows real-time connections with:
- Process identification
- Protocol detection (HTTP, TLS/SNI, DNS, QUIC)
- Connection states
- Multi-threaded packet processing

GitHub: https://github.com/domcyrus/rustnet

#rust #networking #cli #tui #opensource #rustlang #sysadmin #linux #macos