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.
- Host: GitHub
- URL: https://github.com/scripttiger/mac-address-lookup
- Owner: ScriptTiger
- License: mit
- Created: 2017-07-18T07:13:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T03:16:23.000Z (9 months ago)
- Last Synced: 2025-02-09T03:42:10.407Z (8 months ago)
- Topics: ieee, lookup, lookup-table, mac-address, offline, oui, oui-search, scripttiger, search, table
- Language: Batchfile
- Homepage: https://scripttiger.github.io/macs/
- Size: 30.3 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.zipCan 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/