I have the IP addresses of some computers on my network. Is there any command line tool like PsExec, which can take the IP Address as input and find out the username of the currently logged in user? I can install stuff on my workstation, but not the others. I can also run Metasploit / NMap / any other such program on my workstation.

link|improve this question

62% accept rate
oops sorry mpez0, I forgot to specify, this is for Windows machines. – Neil May 26 '10 at 11:39
feedback

2 Answers

up vote 1 down vote accepted

for windows boxes get psLoggedOn - tells you who is currently signed into the box via console/rdp and who is connected via network shares.

link|improve this answer
Oh awesome, theres a PsTool for it. I feel stupid. Anyhow, do these PsTools work on the default Windows XP configuration, without requiring anything to be installed on the remote computer? – Neil May 26 '10 at 11:41
Correct. Firewall or disabling WMI will get in the way but often the windows firewall even when on contains an exception for WMI. – MikeJ Jun 11 '10 at 18:02
feedback

Check out MetaLAN

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.