Remote Sync (Rsync)
1) Enumerate Shared Folders
nmap -sV --script "rsync-list-modules" -p <PORT> <IP>msf> use auxiliary/scanner/rsync/modules_list2) Manual Usage
mkdir rsync_shared
cd rsync_sharedrsync -av --list-only rsync://TARGET_IP/shared_namersync -av rsync://TARGET_IP:8730/shared_name ./rsync_sharedrsync -av --list-only rsync://username@TARGET_IP/shared_name
rsync -av rsync://username@TARGET_IP:8730/shared_name ./rsync_shared3) Getting SSH Access
4) Post Exploitation
Last updated