From 831365b36320fe793f832fe36988fd57ed06ea98 Mon Sep 17 00:00:00 2001 From: Saluki Date: Fri, 10 Dec 2021 07:11:02 +0100 Subject: [PATCH] Release 0.13.0 --- Cargo.lock | 4 +++- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7145a9..2ca5221 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.18" @@ -29,7 +31,7 @@ dependencies = [ [[package]] name = "arp-scan" -version = "0.12.0" +version = "0.13.0" dependencies = [ "ansi_term 0.12.1", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8866f75..a9296c7 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.12.0" +version = "0.13.0" authors = ["Saluki"] edition = "2021" readme = "README.md" diff --git a/README.md b/README.md index 98362c8..286028a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ ARP scan finished, 5 hosts found in 1.623 seconds 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.12.0/arp-scan-v0.12.0-x86_64-unknown-linux-musl && chmod +x ./arp-scan +wget -O arp-scan https://github.com/Saluki/arp-scan-rs/releases/download/v0.13.0/arp-scan-v0.13.0-x86_64-unknown-linux-musl && chmod +x ./arp-scan ``` Optionnaly, fetch the IEEE OUI reference file (CSV format) that contains all MAC address vendors. @@ -209,7 +209,7 @@ The features below will be shipped in the next releases of the project. - ~~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 +- ~~Wide network range support~~ - released in 0.13.0 - ~~Partial results on SIGINT~~ - released in 0.11.0 - ~~Read network targets from file~~ - released in 0.12.0 - Adding advanced packet options (padding, LLC, ...)