Useful NetBios Modules for Metasploit.
$ msfconsole
msf > use auxiliary/scanner/netbios/nbname
msf auxiliary(nbname) > set RHOSTS [192.168.1.0/24]
msf auxiliary(nbname) > run
<OR>
msf > use auxiliary/scanner/netbios/nbname_probe
msf auxiliary(nbname_probe) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(nbname_probe) > run
I had mixed results with both of these. Neither was 100% effective. I need to find host names to update unknown DNS entries for a static DNS system (don't ask).
Also NetBios is not a popular protocol anymore but is worth an attempt if you need a host name.
No comments:
Post a Comment