github domcyrus/rustnet v0.8.0
RustNet v0.8.0

latest releases: v0.15.0, v0.14.0, debian/0.14.0...
one month ago

What's New

SSH Deep Packet Inspection

  • SSH protocol analysis with version detection (SSH-1.x, SSH-2.0)
  • Client/server software identification (OpenSSH, PuTTY, libssh, etc.)
  • Connection state tracking: Banner, KeyExchange, Authentication, Established
  • Algorithm detection and SSH-specific filtering with ssh: prefix

Improvements

  • Enhanced GitHub Actions with path-based triggers
  • Updated documentation with SSH examples

Examples

ssh:openssh              # Filter OpenSSH connections
dport:22 state:established   # Established SSH connections
state:keyexchange        # SSH connections in key exchange

Full changelog: https://github.com/domcyrus/rustnet/blob/main/CHANGELOG.md

Don't miss a new rustnet release

NewReleases is sending notifications on new releases.