This affects older systems, however I needed this for a Windows 2000 system the other day. Yep, they are still about.
Here is a quick command line to create a null session:
net use \\IP_ADDRESS\ipc$ "" /user:""
How to access shares after creation of null session:
net view \\IP_ADDRESS
A little more info here if your interested.
(Visited 7,137 times, 1 visits today)