Guide to Multicast DNS (mDNS) security issues – KB.IWEB.COM
kb.iweb.com › hc › en-usJul 03, 2018 · The mDNS protocol is published as RFC6762 and implemented by the Apple Bonjour and avahi-daemon services. Vulnerabilities: If your mDNS service is exposed to the Internet, querying the service would allows hackers to collect information about your server (such as the MAC address information of the device, or services running on the machine ...
mdns_sd - Rust
docs.rs › mdns-sd › 0The user starts with creating a daemon by calling ServiceDaemon::new(). Then as a mDNS querier, the user would call browse to search for services, and/or as a mDNS responder, call register to publish (i.e. announce) its own service. And, the daemon type can be cloned and passed around between threads. Example: a client querying for a service type.