Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewpratten/netbrowse
A graphical frontend to avahi-browse
https://github.com/ewpratten/netbrowse
avahi egui gui-tool mdns mdns-explorer rustlang
Last synced: about 1 month ago
JSON representation
A graphical frontend to avahi-browse
- Host: GitHub
- URL: https://github.com/ewpratten/netbrowse
- Owner: ewpratten
- License: gpl-3.0
- Archived: true
- Created: 2021-12-17T16:40:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T16:18:04.000Z (over 1 year ago)
- Last Synced: 2024-09-26T01:25:39.249Z (about 2 months ago)
- Topics: avahi, egui, gui-tool, mdns, mdns-explorer, rustlang
- Language: Rust
- Homepage: https://crates.io/crates/netbrowse
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/Ewpratten/netbrowse/raw/master/screenshot.png)
*This screenshot was taken on a public network*
## Installation
**Fedora:**
```bash
# 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:**
```bash
cargo install netbrowse
```