Skip to content

Commit dc5adf5

Browse files
committed
OUI fetching documentation
1 parent f38a6a6 commit dc5adf5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ Download the `arp-scan` binary for Linux (Ubuntu, Fedora, Debian, ...). See the
6666
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
6767
```
6868

69+
Optionnaly, fetch the IEEE OUI reference file (CSV format) that contains all MAC address vendors.
70+
71+
```bash
72+
wget -O /usr/share/arp-scan/ieee-oui.csv http://standards-oui.ieee.org/oui/oui.csv
73+
```
74+
6975
List all available network interfaces.
7076

7177
```bash

0 commit comments

Comments
 (0)