{"id":17526498,"url":"https://github.com/thatmattlove/oui","last_synced_at":"2025-04-23T02:27:37.723Z","repository":{"id":64305404,"uuid":"450892907","full_name":"thatmattlove/oui","owner":"thatmattlove","description":"MAC Address CLI Toolkit","archived":false,"fork":false,"pushed_at":"2024-08-01T21:19:40.000Z","size":93,"stargazers_count":49,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T21:44:16.115Z","etag":null,"topics":["cli","golang","networking"],"latest_commit_sha":null,"homepage":"https://oui.is","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause-clear","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thatmattlove.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-22T17:50:40.000Z","updated_at":"2025-03-26T22:28:48.000Z","dependencies_parsed_at":"2024-06-20T02:48:45.895Z","dependency_job_id":"69d9f06f-7061-43d0-83d1-3bbe0c9b218e","html_url":"https://github.com/thatmattlove/oui","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmattlove%2Foui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmattlove%2Foui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmattlove%2Foui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmattlove%2Foui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thatmattlove","download_url":"https://codeload.github.com/thatmattlove/oui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250356738,"owners_count":21417137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","golang","networking"],"created_at":"2024-10-20T15:01:50.055Z","updated_at":"2025-04-23T02:27:37.697Z","avatar_url":"https://github.com/thatmattlove.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \u003ch3\u003e\n      \u003ccode\u003eoui\u003c/code\u003e\n   \u003c/h3\u003e\n   \u003cbr/\u003e\n   \u003cb\u003eMAC Address CLI Toolkit\u003c/b\u003e\n   \u003cbr/\u003e\n   \u003cbr/\u003e\n    \u003ca href=\"https://github.com/thatmattlove/oui/actions/workflows/test.yml\"\u003e\n        \u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/thatmattlove/oui/test.yml?style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/thatmattlove/oui/releases\"\u003e\n        \u003cimg alt=\"GitHub release (latest SemVer)\" src=\"https://img.shields.io/github/v/release/thatmattlove/oui?label=version\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n   \u003cbr/\u003e\n   \u003ca href=\"https://oui.is\" target=\"_blank\"\u003e\n      \u003cimg alt=\"Check Out the Web Version\" src=\"https://img.shields.io/badge/Check_Out_the_Web_Version-10b981?style=for-the-badge\"\u003e\n   \u003c/a\u003e\n\u003c/div\u003e\n\n\n## Installation\n\n### macOS\n\n#### Homebrew\n\n```bash\nbrew tap thatmattlove/oui\nbrew install oui\n```\n\n#### MacPorts\n\n```bash\nsudo port install oui\n```\n\n### Linux\n\n#### Debian/Ubuntu (APT)\n\n```bash\necho \"deb [trusted=yes] https://repo.fury.io/thatmattlove/ /\" \u003e /etc/apt/sources.list.d/thatmattlove.fury.list\nsudo apt update\nsudo apt install oui\n```\n\n#### RHEL/CentOS (YUM)\n\n```bash\necho -e \"[fury-thatmattlove]\\nname=thatmattlove\\nbaseurl=https://repo.fury.io/thatmattlove/\\nenabled=1\\ngpgcheck=0\" \u003e /etc/yum.repos.d/thatmattlove.fury.repo\nsudo yum update\nsudo yum install oui\n```\n\n### Windows\n\nComing Soon\n\n## Usage\n\n```console\n$ oui --help\nNAME:\n   oui - MAC Address CLI Toolkit\n\nUSAGE:\n   oui [global options] command [command options] [arguments...]\n\nVERSION:\n   2.0.4\n\n\nCOMMANDS:\n   update, u, up      Refresh the MAC address database\n   convert, c, con    Convert a MAC Address to other formats\n   entires, e, count  Show the number of MAC addresses in the database\n   help, h            Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --debug        Enable debugging (default: false)\n   --help, -h     show help (default: false)\n   --version, -v  print the version (default: false)\n```\n\n### OUI Lookup\n\n```console\n$ oui F4:BD:9E:01:23:45\n\n F4:BD:9E:01:23:45 Results\n\n╭──────────────────────┬────────────────────┬─────────────────────────────────────┬──────────╮\n│ Prefix               │ Organization       │ Range                               │ Registry │\n├──────────────────────┼────────────────────┼─────────────────────────────────────┼──────────┤\n│ f4:bd:9e:00:00:00/24 │ Cisco Systems, Inc │ f4:bd:9e:00:00:00-f4:bd:9e:ff:ff:ff │ MA-L     │\n╰──────────────────────┴────────────────────┴─────────────────────────────────────┴──────────╯\n\n```\n\n### Conversion\n\n```console\n$ oui convert F4:BD:9E:01:23:45\n\n F4:BD:9E:01:23:45\n\n╭─────────────┬───────────────────────╮\n│ Hexadecimal │ f4:bd:9e:01:23:45     │\n│ Dotted      │ f4bd.9e01.2345        │\n│ Dashed      │ f4-bd-9e-01-23-45     │\n│ Integer     │ 269095236870981       │\n│ Bytes       │ {244,189,158,1,35,69} │\n╰─────────────┴───────────────────────╯\n\n```\n\n### Updating the Database\n\n```\n$ oui update\n\nUpdating MAC Address Database\n██████████▌░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.0% Populating database...finished parsing vendors from MA-L registry\n██████████████████▌░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37.0% Populating database...finished parsing vendors from CID registry\n███████████████████████████▌░░░░░░░░░░░░░░░░░░░░░░ 54.0% Populating database...finished parsing vendors from IAB registry\n███████████████████████████████████▌░░░░░░░░░░░░░░ 71.0% Populating database...finished parsing vendors from MA-M registry\n████████████████████████████████████████████▌░░░░░ 88.0% Populating database...finished parsing vendors from MA-S registry\n██████████████████████████████████████████████████ 100.0% Completed\nUpdated MAC Address database (2.0.4) with 49,949 records in 5 seconds\n```\n\n![GitHub](https://img.shields.io/github/license/thatmattlove/oui?style=for-the-badge\u0026color=000000)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatmattlove%2Foui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatmattlove%2Foui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatmattlove%2Foui/lists"}