Add logging for MAC vendor lookup process
This commit is contained in:
parent
ce437ca43c
commit
7ccddd89c5
1 changed files with 1 additions and 0 deletions
|
@ -323,6 +323,7 @@ def main():
|
||||||
|
|
||||||
def get_mac_vendor(mac):
|
def get_mac_vendor(mac):
|
||||||
prefix = mac.upper()[0:8].replace(":", "-")
|
prefix = mac.upper()[0:8].replace(":", "-")
|
||||||
|
print(f"[+] Looking up vendor for {prefix}...")
|
||||||
if prefix in vendor_cache:
|
if prefix in vendor_cache:
|
||||||
return vendor_cache[prefix]
|
return vendor_cache[prefix]
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue