Search Results

1
vote

Search for host with MAC-address using Python

If you want a pure Python solution, you can take a look at Scapy to craft packets (you need to send ARP request, and inspect repli …