You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Find all hosts in your local network using this fast ARP scanner. The CLI is wri
16
16
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.
@@ -85,6 +85,10 @@ Change or force the MAC address sent as destination ARP request. By default, a b
85
85
86
86
Randomize the IPv4 target list before sending ARP requests. By default, all ARP requests are sent in ascending order by IPv4 address.
87
87
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
+
88
92
#### Set VLAN ID `-Q 540`
89
93
90
94
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.
108
112
- Complete VLAN support
109
113
-~~Exports (JSON & YAML)~~ - released in 0.7.0
110
114
- 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
112
116
-~~Fine-grained scan timings (interval)~~ - released in 0.8.0
0 commit comments