rsync (Port 873)
What is rsync?
nc
$ nc <remote_ip> 873
@RSYNCD: 31.0 <--- You receive this banner with the version from the server
@RSYNCD: 31.0 <--- Then you send the same info
#list <--- Then you ask the sever to list
this_is_a_username <--- The server starts enumerating
@RSYNCD: EXIT <--- Sever closes the connectionrsync
$ rsync -av --list-only rsync://<remote_ip>/<user's_home_directory>
receiving incremental file list
drwxr-xr-x 4,096 2021/01/21 09:21:59 .
lrwxrwxrwx 9 2020/12/03 15:22:42 .bash_history -> /dev/null
-rw-r--r-- 220 2019/04/18 00:12:36 .bash_logout
-rw-r--r-- 3,526 2019/04/18 00:12:36 .bashrc
-rw-r--r-- 807 2019/04/18 00:12:36 .profile
sent 20 bytes received 136 bytes 24.00 bytes/sec
total size is 4,562 speedup is 29.24Upload authorized_keys
Reference
Last updated