Skip to content

Commit

Permalink
Prepare release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saluki committed Jun 20, 2021
1 parent 44b248d commit b1a527a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b1a527a

Please sign in to comment.