An open API service indexing awesome lists of open source software.

https://github.com/scripttiger/mac-address-lookup

Tired of paying a subscription service to access an API to resolve MAC address OUI/vendor data? Just resolving locally and maintaining your own database with this project is faster, cheaper (FREE!), and more secure.
https://github.com/scripttiger/mac-address-lookup

ieee lookup lookup-table mac-address offline oui oui-search scripttiger search table

Last synced: 6 months ago
JSON representation

Tired of paying a subscription service to access an API to resolve MAC address OUI/vendor data? Just resolving locally and maintaining your own database with this project is faster, cheaper (FREE!), and more secure.

Awesome Lists containing this project

README

          

[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://docs.google.com/forms/d/e/1FAIpQLSfBEe5B_zo69OBk19l3hzvBmz3cOV6ol1ufjh0ER1q3-xd2Rg/viewform)

# MAC-Address-Lookup
Tired of paying a subscription service to access an API to resolve MAC address OUI/vendor data? Just resolving locally and maintaining your own database with this project is faster, cheaper (FREE!), and more secure.

**This repo requires either the master.txt or simplified.txt lookup table to be present in the same directory to function.
Visit the following URL for more information and to download the latest lookup tables:
https://scripttiger.github.io/macs/**

To get started, download the below ZIP file and extract the contents to the same directory as either the master.txt or simplified.txt:
https://github.com/ScriptTiger/MAC-Address-Lookup/archive/master.zip

Can be used interactively or simply by using the commmand "oui_search XX-XX-XX-XX-XX-XX" for quicker scripted searches. Accepts all standard mac address formats: XX-XX-XX-XX-XX-XX, XXXX-XXXX-XXXX, XX:XX:XX:XX:XX:XX, XXXX:XXXX:XXXX, XXXXXXXXXXXX, etc.

# More About ScriptTiger

For more ScriptTiger scripts and goodies, check out ScriptTiger's GitHub Pages website:
https://scripttiger.github.io/