avahi-browse
Displays services and hosts exposed on the local network via mDNS/DNS-SD. Avahi is compatible with Bonjour (Zeroconf) found in Apple devices. More information: <https://www.avahi.org/>.
Install
- All systems
-
curl cmd.cat/avahi-browse.sh
- Debian
-
apt-get install avahi-utils
- Ubuntu
-
apt-get install avahi-utils
- Alpine
-
apk add avahi
- Arch Linux
-
pacman -S avahi
- Kali Linux
-
apt-get install avahi-utils
- CentOS
-
yum install avahi-tools
- Fedora
-
dnf install avahi-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install avahi-utils
- Raspbian
-
apt-get install avahi-utils
- Dockerfile
- dockerfile.run/avahi-browse
- Docker
-
docker run cmd.cat/avahi-browse avahi-browse
powered by Commando
Displays services and hosts exposed on the local network via mDNS/DNS-SD. Avahi is compatible with Bonjour (Zeroconf) found in Apple devices. More information: <https://www.avahi.org/>.
-
List services available on the local network along with their addresses and ports, ignoring ones on the local machine:
avahi-browse --all --resolve --ignore-local
-
Quickly list services in the local network in SSV format for scripts:
avahi-browse --all --terminate --parsable
-
List domains in the neighbourhood:
avahi-browse --browse-domains
-
Limit the search to a particular domain:
avahi-browse --all --domain=domain
© tl;dr; authors and contributors