Releases: kongbytes/arp-scan-rs
Releases · kongbytes/arp-scan-rs
Release 0.14.0
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
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
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
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
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
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
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
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
or1h
)
Fixes & small improvements
- Code cleaning with
clippy
findings - Enhanced space in the result table
Release 0.8.0
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
New features
- JSON output format
- YAML output format
Fixes & small improvements
- Security fix on the
serde_yaml
crate