# NetBrowse [![Crates.io](https://img.shields.io/crates/v/netbrowse)](https://crates.io/crates/netbrowse) [![Build](https://github.com/Ewpratten/netbrowse/actions/workflows/build.yml/badge.svg)](https://github.com/Ewpratten/netbrowse/actions/workflows/build.yml) [![Clippy](https://github.com/Ewpratten/netbrowse/actions/workflows/clippy.yml/badge.svg)](https://github.com/Ewpratten/netbrowse/actions/workflows/clippy.yml) **NetBrowse** is a graphical frontend to [`avahi-browse`](https://linux.die.net/man/1/avahi-browse). This tool is used to quickly inspect a network for hosts that publicly expose their services. ![A screenshot](./screenshot.png) *This screenshot was taken on a public network* ## Installation [![Get Appimage](https://raw.githubusercontent.com/srevinsaju/get-appimage/master/static/badges/get-appimage-branding-blue.png)] (https://github.com/Ewpratten/netbrowse/releases/latest) This crate can also be installed via `cargo` with: ```sh cargo install netbrowse ```