A Python tool for performing many lookup types related to MAC addresses, without an internet connection.
- finding the vendor name using a MAC address or using a MAC address block.
- finding the OUI of a vendor.
- generating random MAC addresses or valid random MAC addresses by concatenating an existing OUI with a random individual address.
use the following command to get the list of commands:
python scout.py -h
or use
./scout.py -h
- example: get the vendor name using a MAC address
./scout.py -m 00:01:4A:44:8C:7E
Sony Corporation