mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 00:46:04 +02:00
-
Version 1.2.0.0 Stable
released this
2026-01-22 21:16:02 +01:00 | 0 commits to main since this release📅 Originally published on GitHub: Thu, 22 Jan 2026 20:20:15 GMT
🏷️ Git tag created: Thu, 22 Jan 2026 20:16:02 GMTNew 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: https://github.com/Stone-Red-Code/ARP-Scanner/compare/v1.1.0.20250627...v1.2.0.0
Downloads
- Automatic local subnet discovery via