Need cmd prompt network command for connecting to other computers

GoingUp

Lifer
Jul 31, 2002
16,720
1
71
There is an CMD line command that lets you connect to other computers if you have their IP address. Even if they block you from connecting to them, it will tell you what OS they are running. Anyone here remember the command? I dont turn up much on google.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
You could use a portscanner like nmap, that'll do remote OS detection that's fairly reliable, but it's a pretty intrusive process and could get you in trouble if they or your ISP don't want you scanning them.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Are you talking about 'net view' or something? That would only work if you could establish a SMB/CIFS connection.
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
pstools has one...psinfo iirc. The remote machine must have remote registry turned on, and you must know a valid UN/PW


ntop (if you can sniff packets from it) will do OS detection, but I doubt that is what you are looking for.
 

Atheus

Diamond Member
Jun 7, 2005
7,313
2
0
You haven't specified what kind of connection you're trying to make, so no one can really answer you. OS fingerprinting is a seperate issue from making these connections, whatever they turn out to be.

Anyway, there is no command line tool included with windows that even vaguely matches your description.