Testing for SMB null session

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 6,911 times, 1 visits today)
Facebooktwittergoogle_plusredditpinterestlinkedinmail

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.