Update ieee-oui.txt and ieee-iab.txt file for arp-scan
Update ieee-oui.txt and ieee-iab.txt file for arp-scan
arp-scan use these two file to decode vendor string from mac address.
mac-vendor.txt is not updated frequently.
the procedure of update is:
cd /usr/share/arp-scan/
, which folder contains these files. (could be/usr/local/share/arp-scan
)- this folder needs root access, run with root privilege
- use
sudo get-oui -v
to update ieee-oui.txt,-v
means verbose - use
sudo get-iab -v
to update ieee-iab.txt