Rsync

Footprinting The Service

Nmap

sudo nmap -sV -p 873 127.0.0.1

Probing for Accessible Shares

Enumerating an Open Share

If Rsync is configured to use SSH to transfer files, we could modify our commands to include the -e ssh flag, or -e "ssh -p2222" if a non-standard port is in use

Last updated