Skip to content

Commit 2ff6b08

Browse files
committed
Prepare release 0.9.0
1 parent 551305d commit 2ff6b08

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "arp-scan"
33
description = "A minimalistic ARP scan tool"
44
license = "AGPL-3.0-or-later"
5-
version = "0.8.0"
5+
version = "0.9.0"
66
authors = ["Saluki"]
77
edition = "2018"
88
readme = "README.md"

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Find all hosts in your local network using this fast ARP scanner. The CLI is wri
1616
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.
1717

1818
```bash
19-
wget -O arp-scan https://github.com/Saluki/arp-scan-rs/releases/download/v0.8.0/arp-scan-v0.8.0-x86_64-unknown-linux-musl && chmod +x ./arp-scan
19+
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
2020
```
2121

2222
List all available network interfaces.
@@ -85,6 +85,10 @@ Change or force the MAC address sent as destination ARP request. By default, a b
8585

8686
Randomize the IPv4 target list before sending ARP requests. By default, all ARP requests are sent in ascending order by IPv4 address.
8787

88+
#### Use custom MAC OUI file `--oui-file`
89+
90+
Use a [custom OUI MAC file](http://standards-oui.ieee.org/oui/oui.csv), the default path will be set to `/usr/share/arp-scan/ieee-oui.csv"`.
91+
8892
#### Set VLAN ID `-Q 540`
8993

9094
Add a 802.1Q field in the Ethernet frame. This fields contains the given VLAN ID for outgoing ARP requests. By default, the Ethernet frame is sent without 802.1Q fields (no VLAN).
@@ -108,7 +112,7 @@ The features below will be shipped in the next releases of the project.
108112
- Complete VLAN support
109113
- ~~Exports (JSON & YAML)~~ - released in 0.7.0
110114
- Full ARP packet customization (Ethernet protocol, ARP operation, ...)
111-
- MAC vendor lookup in the results
115+
- ~~MAC vendor lookup in the results~~ - released in 0.9.0
112116
- ~~Fine-grained scan timings (interval)~~ - released in 0.8.0
113117
- Wide network range support
114118

0 commit comments

Comments
 (0)