Skip to content

Releases: Stone-Red-Code/ARP-Scanner

Version 1.2.0.0

22 Jan 20:20
47077d5

Choose a tag to compare

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 --vendor to show only hosts whose vendor name matches a given substring (case-insensitive).
  • MAC-prefix filtering via --mac-prefix to restrict displayed hosts to specific MAC/OUI prefixes.
  • New flags for monitor mode with --changes-only and --summary options to reduce noisy per-IP output and show concise summaries between scans.
  • New --on-new and --on-removed flags 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

Version 1.1.0.20250627

27 Jun 11:11
25b95d7

Choose a tag to compare

Fixed

  • CSV and JSON output path parameters now accept paths without a directory. (e.g. output.json is now allowed)

Full Changelog: v1.1.0.0...v1.1.0.20250627

Version 1.1.0.0

30 Oct 20:16
cb5a4f2

Choose a tag to compare

New Features

  • Monitoring mode (Continuously monitor an IP range)
  • Option to export results to JSON or CSV
  • Option to set retry count for failed ARP requests
  • Option to silence console output

Fixed

  • Incorrect pluralization & alignment of output
  • Private mac field empty when unknown MAC

Full Changelog: v1.0.0.0...v1.1.0.0

Version 1.0.0.0

01 May 00:05
9f49f2d

Choose a tag to compare

New Features

  • Automatically update MAC Database

Enhanced

  • Faster initialization
  • Faster MAC lookup
  • Updated project to .NET 8

Full Changelog: v0.2.0.20240103...v1.0.0.0

0.2.0.20240103

03 Jan 00:39
3263d1b

Choose a tag to compare

Fixed

  • All hosts show up as active on Linux

Version 0.2.0.0

02 Jan 11:51
b782644

Choose a tag to compare

New Features

  • Snapcraft and Chocolatey packages

Fixed

  • Percentage and progress counter not working properly (again)
  • Alignment issues of console output
  • Crash when using invalid IP address range

Full Changelog: v0.1.0...v0.2.0.0

Version 0.0.2.0

04 May 16:55
dc3fcc2

Choose a tag to compare

New Features

  • Linux support

Fixed

  • Percentage and progress counter not working properly

Version 0.0.1.0

12 Dec 16:56
dc3fcc2

Choose a tag to compare

New Features

  • Basic ARP IP scan