j
k
j a
j l
On Mon, 5 Nov 2012 18:08:06 +0000, cl@isbd.net said:
So, is there a command that scans for and lists hosts by *name* on a LAN?
quick 'n' dirty:
for a in $(arp-scan -l --interface=br0|awk '{print $1}'|grep ^[0-9]); do dig -x $a +short; done
Back to the thread
Back to the list