Enumerating network shares with NetBIOS
- by Karrax
Hello,
I have a case where I need to find all connectable shares on my network, and preferably as much information about the share possible. I could do this manually but its quite a big network and it would be too slow.
If I did it manually Im guessing I would do something like
net view
net use //hostname
<browse it manually>
This would…