← 返回命令列表

Linux command

whosthere 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Launch the interactive device discovery TUI

whosthere

Perform a single scan with timeout

whosthere scan -t [5]

Export scan results as JSON

whosthere scan -t [5] --json --pretty > [devices.json]

说明

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.

FAQ

What is the whosthere command used for?

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.

How do I run a basic whosthere example?

Run `whosthere` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more whosthere examples?

This page includes 3 examples for whosthere, plus related commands for nearby Linux tasks.