R-Services
R-Services or R-Commands are a suite of networking tools to execute commands on remote systems. As they use cleartext and unsecure access controls, they were replaced by more secure protocols. π
rlogin
: remote loginrsh
: remote shellrcp
: remote copyrexec
: remote command executionrwho
: information about logged usersruptime
: uptime of a remote hostrusers
: list of logged usersrwall
: sends a message to all logged users
ποΈ Ports: 512, 513, and 514.
Random Commands
$ rlogin IP -l username
$ rusers -al IP
π» To-do π»
Stuff that I found, but never read/used yet.
/etc/hosts.equiv
.rhosts
(username IP\n+ IP
,+
==anyone)