Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m3str3/macfinder
A simple script to find mac vendors from list
https://github.com/m3str3/macfinder
Last synced: 6 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T18:11:26.000Z (about 2 years ago)
- Last Synced: 2023-07-25T18:02:45.771Z (over 1 year 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.
```