A tool to find the vendor of a MAC address.
View the write up of this tool on dev.to
- Python 3 - Click here for website
- Requests - Click here for repo
To run the tool, save the macpy.py file to your device and run it with Python.
~ ❯ python3 macpy.py
Please enter the MAC address:
~ ❯ python3 macpy.py
Please enter the MAC address: F4BD9E
Cisco Systems, Inc
~ ❯ python3 macpy.py
Please enter the MAC address:
MAC address not found.
~ ❯ python3 macpy.py
Please enter the MAC address:
No MAC address entered.
- Allow to be installed as a CLI app and have a uodate tool.
- Be available to install with Pip and Brew.