github kpcyrd/sniffglue v0.3.0
v0.3.0 - My name is boxxy

latest releases: v0.16.0, v0.15.0, v0.14.0...
6 years ago

General

  • If you ever get stuck, we now have a man page!
  • Upgrade to nom3

Decoders

  • arp

Security

  • sandboxing! (x86_64 only) syscalls are disabled in two stages, before and after initialization completed
  • chroot! shortly before the 2nd seccomp stage is activated, we chroot into an empty folder
  • setuid! after we opened the device for sniffing (and chrooted), we aren't doing anything that needs special privileges, so we setuid to an unprivileged user.

Keep in mind that seccomp is currently only enabled on x86_64 and chroot/setuid is disabled unless the config at /etc/sniffglue.conf exists.

Fancy

  • Build a docker image and sniff in container setups

Don't miss a new sniffglue release

NewReleases is sending notifications on new releases.