aler9 / landiscover

discover devices connected to the local network within seconds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

landiscover

Test Lint Docker Hub

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

Installation and usage

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.

Full command-line usage

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

About

discover devices connected to the local network within seconds

License:MIT License


Languages

Language:Go 87.7%Language:Makefile 12.3%