5 Nov
2012
5 Nov
'12
7:38 p.m.
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 -- We're looking for smart Linux people: http://www.tiger-computing.co.uk/jobs