mdns-scanner

Crates.iomdns-scanner
lib.rsmdns-scanner
version
sourcesrc
created_at2025-04-13 20:14:22.221585+00
updated_at2025-04-20 21:51:54.417782+00
descriptionScan a network and create a list of IPs and associated hostnames, including mDNS hostnames and other aliases.
homepagehttps://github.com/CramBL/mdns-scanner
repositoryhttps://github.com/CramBL/mdns-scanner
max_upload_size
id1632113
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Marc BK (CramBL)

documentation

README

MDNS Scanner

Purpose

Scan a network and create a list of IPs and associated hostnames, including mDNS hostnames and other aliases.

Install

Prebuilt binaries

Prebuilt binaries for Linux, MacOS, and Windows can be found on the releases page.

curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/CramBL/mdns-scanner/trunk/scripts/install.sh \
    | bash -s -- --to ~/bin

From Source

cargo install --git https://github.com/CramBL/mdns-scanner.git

Runtime dependencies

None.

Architecture

architecture

Commit count: 0

cargo fmt