New Features
- Automatic local subnet discovery via
--auto, allowing scans without specifying an IP range (uses active IPv4 interfaces to enumerate subnets). - Vendor-based filtering via
--vendorto show only hosts whose vendor name matches a given substring (case-insensitive). - MAC-prefix filtering via
--mac-prefixto restrict displayed hosts to specific MAC/OUI prefixes. - New flags for monitor mode with
--changes-onlyand--summaryoptions to reduce noisy per-IP output and show concise summaries between scans. - New
--on-newand--on-removedflags to run custom commands when hosts appear or disappear, piping host data as JSON to the command’s stdin.
Full Changelog: v1.1.0.20250627...v1.2.0.0