Skip to content

Releases: kongbytes/arp-scan-rs

Release 0.14.0

13 Jan 18:57
2098a31
Compare
Choose a tag to compare

New features

  • Windows support for arp-scan (@thewh1teagle)
  • New CLI argument for providing a network interface index using --index (@thewh1teagle)

Fixes & small improvements

  • Removing unused code

Release 0.13.2

13 Jan 18:30
afcd1ed
Compare
Choose a tag to compare

New features

( No new features for this release )

Fixes & small improvements

  • Upgrading dependencies & fixing security updates
  • Moving to Rust 1.75
  • Enhanced help message and small text updates

Release 0.13.1

14 Jun 23:18
Compare
Choose a tag to compare

New features

( No new features for this release )

Fixes & small improvements

  • Upgrading dependencies & fixing security updates
  • Debian archive now available in releases
  • Moving to Rust 1.61
  • Code cleaning & display improvements

Release 0.13.0

10 Dec 06:13
Compare
Choose a tag to compare

New features

  • Support wide network ranges to scan without exhausting memory

Fixes & small improvements

  • Moving to Rust edition 2021
  • Better OUI documentation
  • Reduce pause time after a CTRL+C interruption

Release 0.12.0

08 Nov 11:57
Compare
Choose a tag to compare

New features

  • Export scan results to CSV with -o csv
  • New scan bandwidth control --bandwidth 1000
  • Provide network targets with -n 192.168.1.1,192.168.2.0/24
  • Read network targets form a file -f targets.txt

Fixes & small improvements

  • Enhanced CLI display for empty scan results & partial scans
  • Estimated scan time is now human-friendly (12m)

Release 0.11.0

22 Sep 12:39
Compare
Choose a tag to compare

New features

  • Allow partial scans using CTRL+C interruptions
  • CLI results table is now responsive (no text overflows)

Fixes & small improvements

  • Color usage for network interface listing
  • Fixing network interface listing bug (using "ready" and not "up")

Release 0.10.0

20 Jun 20:40
Compare
Choose a tag to compare
Release 0.10.0 Pre-release
Pre-release

New features

  • Customize ARP packet details (hardware field, address length, ..)
  • Profile types with scan configuration presets (stealth, fast, random, ...)
  • Scan estimations (bytes sent & estimated duration)

Fixes & small improvements

  • Fixing bugs in the time parser

Release 0.9.0

12 Jun 10:44
Compare
Choose a tag to compare
Release 0.9.0 Pre-release
Pre-release

New features

  • MAC vendor search process (find each vendor associated with an address)
  • Use a custom OUI CSV file path with --oui-file
  • Allow human-friendly time units as arguments (2000ms, 5s or 1h)

Fixes & small improvements

  • Code cleaning with clippy findings
  • Enhanced space in the result table

Release 0.8.0

30 May 17:39
Compare
Choose a tag to compare
Release 0.8.0 Pre-release
Pre-release

New features

  • Specify milliseconds interval between requests with the --interval option
  • Improved timings, scans will not be blocked if no packets are received

Fixes & small improvements

  • The timeout duration is now only triggered after the last ARP request

Release 0.7.0

27 May 21:15
Compare
Choose a tag to compare
Release 0.7.0 Pre-release
Pre-release

New features

  • JSON output format
  • YAML output format

Fixes & small improvements

  • Security fix on the serde_yaml crate