Rsync (873)
Enumeración
nc -nv <IP> 873
# Escribe "@RSYNCD: 31.0"
Interactuar
# Listar
rsync rsync://<IP>/<share>/
# Descargar
rsync -av rsync://<IP>/<share>/ .
# Subir
rsync shell.php rsync://<IP>/<share>/
nc -nv <IP> 873
# Escribe "@RSYNCD: 31.0"
# Listar
rsync rsync://<IP>/<share>/
# Descargar
rsync -av rsync://<IP>/<share>/ .
# Subir
rsync shell.php rsync://<IP>/<share>/