Discover host information through NetBIOS
This was run on Metasploit using auxiliary scanner.Below is the step taken. msf > search nbname [*] Searching loaded modules for pattern 'nbname'... Auxiliary ========= Name Rank Description ---- ---- ----------- scanner/netbios/nbname normal NetBIOS Information Discovery scanner/netbios/nbname_probe normal NetBIOS Information Discovery Prober msf > use auxiliary/scanner/netbios/nbname msf auxiliary(nbname) > show options Module options: Name Current Setting Required Description ---- --------------- -------- ----------- BATCHSIZE 256 yes The number of hosts to probe in each set CHOST no The local client address RHOSTS yes The target address range or CIDR identifier RPORT 137 yes The target port THREADS 1 yes The number of concurrent t...