yeah 0.1.0

CLI tool to return the vendor name for a given MAC address
Documentation

yeah

crates.io

yeah is command-line tool to return the vendor name for a given MAC address. Queries are ran against the IEEE OUI vendor list.

Functionality:

  • Supports complete and partial MAC address queries

Todo:

  • Add ability to store IEEE OUI list locally for offline queries
  • General optimizations

Install yeah

  • With crates.io:
cargo install yeah
  • From source:
cargo install --path /path/to/yeah/repo
  • Or, download and run from .zip or .tar.gz in releases

Use yeah

  • Print vendor of given MAC address
$ yeah <mac>
  • Options:
  -h, --help          Prints help information
  -v, --version       Prints version information