SecPoint.com Netbios share scanner


This tool could be used to check windows workstations and servers 
if they have accessible shared resources.

It works on linux/unix, and uses samba.org  smbclient tool to login.

On successful logon tool tries to retrieve list of shared disks 
and for each disk tries to get directory listing.

Set +x for script and run it as 

./netbios-shares-scanner.py  IP
or
python ./netbios-shares-scanner.py IP


You also could add    > log.txt   or   >> log.txt   to the command to get list of shares in the file:
./netbios-shares-scanner.py  IP > log.txt        this will create or re-create log.txt
./netbios-shares-scanner.py  IP >> log.txt        this will append to log.txt

History: 
# ## 0.1 initial release
# ## 0.2 added Overview section to output


--
www.SecPoint.com Team

Check for more free security scan tools at http://www.secpoint.com
Try port scanner http://www.secpoint.com/free-port-scan.html
and free vulnerability scan at http://www.secpoint.com/free-vulnerability-scan.html