Skip to content

codejake/oui-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

oui.py - Get the registered vendor for a MAC address or a portion thereof.

This was written in a matter of minutes.

Usage: oui

The MAC address can be in most any format of between 6 and 12 digits -- even partial MAC addresses, as long as the first 6 digits are in there. Eg. aabb.ccdd.eeff, aa:bb:cc:dd:ee:ff, aa:bb:cc, aabb.c, aa:bb:cc:dd etc.

Example usage

$ oui 88:e9:fe:xx:yy:zz
88:E9:FE	Apple	Apple, Inc.

netaddr

Yeah, there's netaddr but their database source does not appear to be kept up to date. Wireshark really stays updated with their manuf file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages