http://gothub.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/GyulyVGC/sniffnet
In this case, the application binary can be built and installed with: cargo install sniffnet --locked from Homebrew You can install Sniffnet Homebrew package with: brew install sniffnet from Nixpkgs You can install Sniffnet Nix package adding the following Nix code to your NixOS Configuration, usually located in /etc/nixos/configuration.nix : environment . systemPackages = [ pkgs . sniffnet ] ; Alternatively, you can install it in your home using Home Manager with: home . packages = [ pkgs . sniffnet ] ;...