RSHELL |
Purpose: | Remotely execute commands |
Format: | RSHELL [/H host /U name /P password /IPv6 /Rn /Tn] host [/L userid] command ... |
command | The command to execute |
Usage:
RSHELL allows remote execution of commands on any system with the rshell service installed. Press Ctrl-C to disconnect from the other system.
If you don't specify a username, RSHELL will use the current username.
If you want to do redirection on the remote system, enclose the argument list in double quotes. For example:
RSHELL /H host /U user /P password "command | command2"
The double quotes will be removed before passing the commands to the remote system.
Note: Windows does not include the rshell service, so you will need to get one from a third-party and install it on the remote system before executing RSHELL.
Options:
0 | No firewall (default setting) |
1 | Connect through a tunneling proxy |
2 | Connect through a SOCKS4 Proxy |
3 | Connect through a SOCKS5 Proxy |