Net User
[Login to edit this page]
In addition, it provides other functionalities as well. Net use is used to display a list of network connection information on shared resources. It also connects to the IPC$ (interprocess communication share). This is so called the null session connection, which allows unauthenticated users. The basic use for connecting anonymously is: net use \\ IP address\IPC$ “” /u:””. For example, if this is typed in the command prompt: net use \\192.168.1.101\IPC$ "" /u:"", you would be connecting to the share IPC$ of the network 192.168.1.101 as an anonymous user with blank password. If successfully connected to the target machine, a lot of information can be gathered such as shares, users, groups, registry keys and more. This would provide a hacker with a lot of information about a remote user.
To know more about net use for connecting and disconnecting from network shares, please refer to the reference section.
CodeIdol
Microsoft TechNet
NewOrder
0 Comments
Write a comment