Browse Source

next 2

master
gsd 5 days ago
parent
commit
2b6d889bb3
  1. 3
      fetchers.py

3
fetchers.py

@ -154,6 +154,9 @@ def getArp(ip_pool = None):
if mac == "FF:FF:FF:FF:FF:FF".lower():
continue
if not mac:
continue
mac = pretty_mac(mac)
if mac not in firstMacLookup:

Loading…
Cancel
Save