https://github.com/pointerish/oui
A simple CLI tool to query Wireshark's OUI lookup data
https://github.com/pointerish/oui
ouilookup python wireshark
Last synced: about 1 year ago
JSON representation
A simple CLI tool to query Wireshark's OUI lookup data
- Host: GitHub
- URL: https://github.com/pointerish/oui
- Owner: pointerish
- License: mit
- Created: 2021-07-23T23:20:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T23:41:17.000Z (over 4 years ago)
- Last Synced: 2025-03-28T00:58:01.411Z (about 1 year ago)
- Topics: ouilookup, python, wireshark
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## OUI Lookup Tool
This simple CLI tool does OUI lookups using Wireshark's Gitlab Repo as the source. This small project was mainly done to practice the strategy design pattern. New algorithms to perform the actual search can be implemented and used instead of the default one which is a linear search.
### Usage
For example, running the following command:
`python oui.py 00:00:36`
will return: `MAC: 00:00:36 | Manufacturer: Atari Corporation`
### TODOs
- Setup code for PyPI