DEV Community

neuralmint
neuralmint

Posted on

MAC Address Vendor Lookup CLI — Identify Hardware Manufacturers

MAC Address Vendor Lookup CLI — Identify Hardware Manufacturers

Look up the manufacturer of any MAC address using a built-in OUI database with an API fallback. No internet required for common lookups.

Features

  • Built-in OUI database for offline lookups
  • API fallback for unknown addresses
  • Supports multiple MAC formats (:, -, no separator)
  • Bulk MAC address checking from file
  • Vendor search by name

Usage

# Look up a MAC address
mac_vendor lookup 00:1A:2B:3C:4D:5E

# Bulk lookup from file
mac_vendor lookup-file macs.txt

# Search vendors by name
mac_vendor search "Intel"
Enter fullscreen mode Exit fullscreen mode

Install

pip install neuralmint/mac-vendor
Enter fullscreen mode Exit fullscreen mode

Support this project:

SOL: 4TGyiYBjaYhFFPNYyCoJjf16ctUsWVBiMR1FXQxEfhWi

ETH: 0xe07f177E0725c11EEc8BeA34C5b5193CaF2a1A6a

Tags: python, cli, opensource, devtools
Series: neuralmint CLI Tools

Top comments (0)