NetScan is (as the name suggests) a network scanning application. It can be used to scan your (IP based) network for shares of on other computers, users, and other interesting things.
Since this is a Windows/Console based application, the result can be put directly on the screen, or in some file. The output can be or a simple flat text file, or a portable XML, which can be used by other applications that will "render" the data in a nice format.
The sources are available, please feel free to browse them and use them at your discretion. Please note, the following interesting thingy: if you build it in Debug mode it will be able to list the hidden shares too (the ones that end in $), but if you build it with Release mode, then you won't get that much information. Might be some bug in the underlying OS?
No installer, just unpack it somewhere, start a console and run it. The binaries were built using Debug mode, then telocked it to decrease the size.
(c) 2007 - 2008 fritzone