- net use
-
In Microsoft operating-systems like DOS and Windows, the
net use
command (a sub-command of thenet
command, has several network-related functions allowing configuration from the command-line.Contents
Drive mapping
net use
can control drive mapping: mounting ("mapping" in Microsoft terminology) drive shares in a network environment. This command makes use of the SMB (server message block) and the NetBios protocol on port 139 or 445. The basic Windows XP configuration enables this functionality by default. Thus users can connect to and disconnect from shared resources such as computers, printers and drives.net use
can display a list of network-connection information on shared resources.Null session connections
net use
also connects to the IPC$ (interprocess communication share). This is the so-called null session connection, which allows unauthenticated users. The basic syntax for connecting anonymously is:net use \\IP address\IPC$ "" /u:""
For example, typing at the command prompt:
net use \\192.168.1.101\IPC$ "" /u:""
attempts to connect 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.
References
For more information about
net use
for connecting and disconnecting from network shares, refer to:See also
- rwinsta
- qwinsta
Windows command line programs and built-ins (more) File system
(basic)File system
(advanced)Processes Registry User environment Text processing Shell programming Networking Searching Miscellaneous Categories:- MS-DOS/Windows Command Prompt commands
- Windows communication and services
- DOS on IBM PC compatibles
Wikimedia Foundation. 2010.