Archived
1
This repository has been archived on 2025-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
netbrowse/README.md

30 lines
1.0 KiB
Markdown

# 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
```