Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install netbrowse
It will make the netbrowse command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall netbrowse uninstalls.
Back to the crate overview .
Readme
NetBrowse
NetBrowse is a graphical frontend to avahi-browse . This tool is used to quickly inspect a network for hosts that publicly expose their services.
This screenshot was taken on a public network
Installation
Fedora:
# Add my software repository
sudo dnf config-manager --add-repo https://dist.ewpratten.com/linux/fedora/ewpratten.repo
# Install netbrowse
sudo dnf install --refresh netbrowse
All other OSes:
cargo install netbrowse