-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathvendor-sources.conf
More file actions
33 lines (28 loc) · 1.17 KB
/
Copy pathvendor-sources.conf
File metadata and controls
33 lines (28 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# OUI/MAC Vendor Data Sources Configuration
#
# This file defines the sources from which getvendors.py will fetch
# MAC address vendor data. Sources are processed in order.
#
# Format: source_name = URL
#
# Supported formats:
# - IEEE CSV (oui.csv, mam.csv, oui36.csv, iab.csv)
# - Nmap mac-prefixes format
# - Wireshark manuf format
#
# The script will auto-detect the format based on URL and content.
[sources]
# IEEE Official Sources (Primary - most authoritative)
# These are the official IEEE Registration Authority databases
ieee_oui_24bit = https://standards-oui.ieee.org/oui/oui.csv
ieee_mam_28bit = https://standards-oui.ieee.org/oui28/mam.csv
ieee_oui36_36bit = https://standards-oui.ieee.org/oui36/oui36.csv
ieee_iab_36bit = https://standards-oui.ieee.org/iab/iab.csv
# Nmap (Curated, includes common vendors)
nmap_mac_prefixes = https://svn.nmap.org/nmap/nmap-mac-prefixes
# Note: Wireshark manuf requires tshark to be installed
# To generate manually: tshark -G manuf > manuf.txt
# Then use local file or host it yourself
# wireshark_manuf = https://example.com/manuf.txt
# Additional community sources can be added here
# custom_source = https://example.com/custom-oui-list.csv