Skip to content

JuanBindez/macvendorscli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macvendorscli

PyPI - Downloads PyPI - License GitHub Tag PyPI - Version

CLI tool and Python3 library for offline MAC address vendor lookup using the IEEE OUI database.

Install

pip install macvendorscli

Or install from source

git clone https://github.com/JuanBindez/macvendorscli
cd macvendorscli
pip install .

Usage CLI

macvendorscli FC:FB:FB:01:FA:21

Scripts

from macvendorscli import MacVendors

client = MacVendors()

vendor = client.get_vendor("FC:FB:FB:01:FA:21")

print(vendor)

About

CLI tool and Python3 library for offline MAC address vendor lookup using the IEEE OUI database.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors