Landiscover is a command-line tool that allows to discover devices and services available in the local network.
Features:
- Discover devices and services within seconds
- Available for Linux, no external dependencies
This software combines multiple discovery techniques:
- Arping is used to find machines
- DNS protocol is used to find hostnames
- Multicast DNS (MDNS) is used to find machines and hostnames
- NetBIOS protocol is used to find machines and hostnames
Install and run with Docker:
docker run --rm -it --network=host -e COLUMNS=$COLUMNS aler9/landiscover
Alternatively, you can download and run a precompiled binary from the release page.
usage: landiscover [<flags>] [<interface>]
landiscover v0.0.0
Machine and service discovery tool.
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--passive do not send any packet
Args:
[<interface>] Interface to listen to