Hi, if you change line 60 to re_hw = r'(?P<hw>\(?[\w.]+\)?)' you are also able to output unknown devices, which are shown as (Unknown) by arp-scan. Best Samy
Hi,
if you change line 60 to re_hw = r'(?P(?[\w.]+)?)' you are also able to output unknown devices, which are shown as (Unknown) by arp-scan.
Best
Samy