Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 600 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 600 Bytes

MACscout

A Python tool for performing many lookup types related to MAC addresses, without an internet connection.

Features

  • 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.

Usage

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