Within cmd, remote execution is possible with PsTools.
But, with the psexec command you stay not anonymous. Your username shows up in the task manager on the target, that’s a problem if you want to stay anonymous.
RemCom.exe is a commandline tool that can handle remote execution ANONYMOUSLY.
Examles:
remcom.exe \\192.168.0.44 C:\file.exe
remcom.exe \\COMPUTERNAME cmd.exe
While executing remote actions on the target, the username given to the process ‘remcom.exe’ is ‘System’.
That’s anonygood!
Download link: http://sourceforge.net/projects/rce/
Unfortunately, I can’t post anonymous 🙂
Regards