+---------------------+
| **:**:**:??:??:?? |
+---------------------+
lmac - find organization as defined by http://standards-oui.ieee.org
Lookup one or more MAC addresses to organizations. Values are matched against ma-l, ma-m and ma-s lists.
$ lmac -h
Usage: lmac [OPTIONS] MAC...
Either provide a list of MAC strings as arguments or a list
of MAC values on stdin, one on each line.
OPTIONS
--help, -h Show this help and exit.
Example
Lookup network devices
$ arp -n | awk '{print $3 " " $1}' | lmac
HWaddress Address
f4:fe:fb:2e:c7:bc 192.168.1.55 Samsung_Electronics_Co.,Ltd
d8:b3:70:b0:0a:7d 192.168.1.42 Ubiquiti
...
Lookup specific mac
$ lmac F8:1A:2B:00:00:FA
F8:1A:2B:00:00:FA Google
$ go install sogvin.com/lmac/cmd/lmac@latest