https://github.com/m3str3/macfinder
A simple script to find mac vendors from list
https://github.com/m3str3/macfinder
Last synced: 4 months ago
JSON representation
A simple script to find mac vendors from list
- Host: GitHub
- URL: https://github.com/m3str3/macfinder
- Owner: M3str3
- Created: 2022-03-25T08:49:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T18:11:26.000Z (over 2 years ago)
- Last Synced: 2025-01-18T23:20:50.418Z (6 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
***A Simple Scrip to find Mac Vendor from a Mac Address***
****How works*:
The script comunicate with ***MacVendors Api*** -> https://api.macvendors.com/```
~$ curl https://api.macvendors.com/YOURMAC
```Can just execute and query for diferent macs or You can put file to extract de mac and another to the output, so the correct usage for the script is like that:
```
~$ python.exe .\MacFinder.py -f example.txt -o output.txt
```In this example the txt have this format:
```
00:07:5f:ae:7f:25
10:4f:58:18:c9:c0
48:ea:63:24:98:bd```
So the output looks like:
```
[00:07:5f:ae:7f:25] - VCS Video Communication Systems AG
[10:4f:58:18:c9:c0] - Aruba, a Hewlett Packard Enterprise Company
[48:ea:63:24:98:bd] - Zhejiang Uniview Technologies Co., Ltd.
```