![]() |
![]()
| ![]() |
![]()
NAMEget-oui - Fetch the arp-scan OUI file from the IEEE website SYNOPSISget-oui [options] DESCRIPTIONget-oui fetches the MAC/Vendor registry data from the IEEE website and converts it to the format used by arp-scan. The contents of the following registries are downloaded and processed:
This script creates ieee-oui.txt from the latest data on the IEEE website. You can run get-oui occasionally to keep the OUI file up to date. The OUI data is fetched from the URLs specified in the get-oui script and the output file is saved to the file ieee-oui.txt in the current directory. The output file name can be changed with the -f option. The ieee-oui.txt file that is produced by this script is used by arp-scan to determine the Ethernet card vendor from its hardware address. arp-scan will first look for ieee-oui.txt in the current directory. If that fails, it will use the system wide file /usr/local/share/arp-scan/ieee-oui.txt. OPTIONSFILES
EXAMPLES$ ./get-oui -v Renaming ieee-oui.txt to ieee-oui.txt.bak Opening ieee-oui.txt for output Processing IEEE IAB registry data from https://standards-oui.ieee.org/iab/iab.csv NOTESget-oui is implemented in Perl, so you need to have the Perl interpreter installed on your system to use it. get-oui uses the LWP::UserAgent and Text::CSV Perl modules to fetch and process the IEEE registry data. You must have these modules installed on your system for it to work. These modules are available on most distributions, often called libwww-perl and libtext-csv-perl. They are also available in source form from CPAN. You can use a proxy server by defining the http_proxy environment variable. SEE ALSO
|