Project: Netbios Collector

Netbios Collector is a quick hack that was put together to quickly assemble Netbios Information on a Windows Enterprise Network. Just plugin the IP address of the Windows Primary Domain Controller, and the script will gather Netbios Host information from there. It works by setting up a Null Session with the PDC, and then pulls down all the machines in the domain. From here we parse out the information, and then nmblookup is used to query the PDC for the IP Address of the known Netbios Host Name. Next, nmbscan is used to query the host for it’s OS, IP Address, and Mac Address. This script is just another data source for performing good networking assessments. Greetz to the folks in the Hackery Channel, especially higb, brad.anton, and arhodes.

Netbios Collector Requirements:

Language: Python
License: GPLv3
Code: Netbios Collector Google Code Repo