- Posts: 500
- Thank you received: 0
gathering netbios names
19 years 2 months ago #9532
by ZiPPy
ZiPPy
gathering netbios names was created by ZiPPy
I want to gather netbios names using mac addresses over a local network here at work. I wanted to do this without having to go to each machine physically. I do have the mac address of each computer. Does anybody know how I could do this?
This is all on a Windows 2000 network.
ZiPPy
This is all on a Windows 2000 network.
ZiPPy
ZiPPy
19 years 2 months ago #9533
by jwj
-Jeremy-
Replied by jwj on topic Re: gathering netbios names
nbtstat -c may work if the computer you put the command into has recently resolved the remote computers names. This command shows the local cache that your computer has for netbios names. Otherwise, you can look up the name with nbtstat -A ip address
-Jeremy-
19 years 2 months ago #9539
by drizzle
Replied by drizzle on topic Re: gathering netbios names
Check out Angry IP Scanner:
ipscan.sourceforge.net/ipscan/
It is open source which is always awesome plus it supports plugins. You can just put in your subnet and scan away. It will return NetBios info along with MAC addresses and allow easy export into a variety of formats...
Hope this helps... I would be interested to hear of other tools some people use?
ipscan.sourceforge.net/ipscan/
It is open source which is always awesome plus it supports plugins. You can just put in your subnet and scan away. It will return NetBios info along with MAC addresses and allow easy export into a variety of formats...
Hope this helps... I would be interested to hear of other tools some people use?
19 years 2 months ago #9542
by TheBishop
Replied by TheBishop on topic NetBIOS NAmes
I've got a Perl script to do something very similar, but why bother with bespoke code when there's a ready-written open source app to do it for you.
Time to create page: 0.142 seconds