arp-scan-windows-
arp-scan-windows- copied to clipboard
send arp request to whole specific LAN
22000.663, actually ran x64 arp-scan.exe -t 192.168.1.0/24 from git-bash of all places ``` $ ./arp-scan.exe -t 192.168.1.0/24 Reply that 0C:C4:7A:73:37:96 is 192.168.1.1 in 24.267800 Reply that 00:50:56:9D:A8:23 is 192.168.1.2 in...
Vendor name is looked up via a [mac-vendor.txt](https://gist.github.com/aallan/b4bb86db86079509e6159810ae9bd3e4) file. Similar to [royhills/arp-scan](https://github.com/royhills/arp-scan). This also changes the layout of the output to: ``` 0.0.0.0 00:00:00:00:00:00 Unknown ```