I want to scan my network periodically and get the Ip, mac, OS and netbios name.

So far I got everything done with a bashscript that runs nmap, but the netbiosname is still a problem.

link|improve this question

56% accept rate
feedback

2 Answers

up vote 1 down vote accepted

The program nbtscan can do this. In Ubuntu to install just use apt-get install nbtscan. Example usage is nbtscan 192.168.1.20

link|improve this answer
feedback

You could use nbtscan ( http://unixwiz.net/tools/nbtscan.html)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.