From b1a527a705fa06983b088f29da0150f329c263ec Mon Sep 17 00:00:00 2001 From: Saluki Date: Sun, 20 Jun 2021 22:35:25 +0200 Subject: [PATCH] Prepare release 0.10.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 460d04d..acf7d18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ dependencies = [ [[package]] name = "arp-scan" -version = "0.9.0" +version = "0.10.0" dependencies = [ "clap", "csv", diff --git a/Cargo.toml b/Cargo.toml index 54cfafe..874eeb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "arp-scan" description = "A minimalistic ARP scan tool" license = "AGPL-3.0-or-later" -version = "0.9.0" +version = "0.10.0" authors = ["Saluki"] edition = "2018" readme = "README.md" diff --git a/README.md b/README.md index 47eb0d8..31eeda6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Find all hosts in your local network using this fast ARP scanner. The CLI is wri Download the `arp-scan` binary for Linux (Ubuntu, Fedora, Debian, ...). See the [releases page](https://github.com/Saluki/arp-scan-rs/releases) for other binaries. ```bash -wget -O arp-scan https://github.com/Saluki/arp-scan-rs/releases/download/v0.9.0/arp-scan-v0.9.0-x86_64-unknown-linux-musl && chmod +x ./arp-scan +wget -O arp-scan https://github.com/Saluki/arp-scan-rs/releases/download/v0.10.0/arp-scan-v0.10.0-x86_64-unknown-linux-musl && chmod +x ./arp-scan ``` List all available network interfaces. @@ -114,11 +114,11 @@ The features below will be shipped in the next releases of the project. - Make ARP scans faster - with a per-host retry approach - ~~by closing the response thread faster~~ - released in 0.8.0 -- Scan profiles (standard, attacker, light, ...) +- ~~Scan profiles (standard, attacker, light, ...)~~ - released in 0.10.0 - Complete VLAN support - ~~Exports (JSON & YAML)~~ - released in 0.7.0 -- Full ARP packet customization (Ethernet protocol, ARP operation, ...) -- Time estimations & bandwidth +- ~~Full ARP packet customization (Ethernet protocol, ARP operation, ...)~~ - released in 0.10.0 +- ~~Time estimations & bandwidth~~ - released in 0.10.0 - ~~MAC vendor lookup in the results~~ - released in 0.9.0 - ~~Fine-grained scan timings (interval)~~ - released in 0.8.0 - Wide network range support