R-Sync 873
R-Sync (Port 873) Enumeration and Scanning Commands
Step 1: Define the Target IP
# Define the target IP
export TARGET_IP="192.168.1.100"Step 2: Perform an Nmap Scan for R-Sync Services
nmap -p 873 -sV --script rsync-list-modules <target_ip>Step 3: Enumerate R-Sync Modules Using rsync Command
Step 4: Test File Synchronization (If Applicable)
Additional Notes
Last updated