Skip to content

Simple script to resolve a MAC to hardware vendor

Notifications You must be signed in to change notification settings

Snarfster/MAC2Vendor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MAC2addy retrieves the vendor of a specific MAC.

This provides a simple script and Dockerfile to provide vendor information for a given MAC address . This assumes you have registered and obtained an API key from macaddress.io.

USAGE Prerequisites

  1. Linux environment with bash, curl, and Docker installed and running. Tested against Arch linux.
  2. An API key from https://macaddress.io/api

Usage from CLI

$ mac2vendor.sh 'api_key' 'MAC'

Using from Docker

docker build -t mac2vendor .
docker run mac2vendor 'API_Key' 'MAC'

About

Simple script to resolve a MAC to hardware vendor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published