netbrowse

Crates.ionetbrowse
lib.rsnetbrowse
version0.1.1
sourcesrc
created_at2021-12-17 19:06:00.073864
updated_at2023-07-05 16:19:23.639677
descriptionA graphical frontend to avahi-browse
homepagehttps://github.com/ewpratten/netbrowse
repositoryhttps://github.com/ewpratten/netbrowse
max_upload_size
id499716
size175,796
Evan Pratten (ewpratten)

documentation

https://docs.rs/netbrowse

README

NetBrowse

Crates.io Build Clippy

NetBrowse is a graphical frontend to avahi-browse. This tool is used to quickly inspect a network for hosts that publicly expose their services.

A screenshot

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
Commit count: 11

cargo fmt