LinuxCommandLibrary

whosthere

LAN device discovery tool with interactive TUI

TLDR

Launch the interactive device discovery TUI
$ whosthere
copy
Perform a single scan with timeout
$ whosthere scan -t [5]
copy
Export scan results as JSON
$ whosthere scan -t [5] --json --pretty > [devices.json]
copy

SYNOPSIS

whosthere [command] [options]

DESCRIPTION

whosthere is a local area network discovery tool that identifies devices using mDNS, SSDP, and ARP cache techniques without requiring elevated privileges. Discovered devices are enhanced with OUI lookups to display manufacturer names. Supports interactive TUI mode, single scan, JSON export, and daemon mode with HTTP API.

HISTORY

whosthere was created by Ramon Vermeulen (ramonvermeulen) and is written in Go.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard