Skip to main content

One post tagged with "Rsync"

Rsync is a utility for efficiently transferring and synchronizing files across local or remote networks. It uses checksums to verify data integrity, making it reliable and efficient for file transfers, backups, and syncing data between systems. Rsync can also be used for mirroring entire directories or drives, and is commonly used in server administration and backup scenarios.

View All Tags

HTB | Synced | Write-Up

· 5 min read

Summary:

This walkthrough provides help with solving the Synced machine challenge on Hack The Box, focusing on tasks related to rsync and its usage on the target machine. Key takeaways include understanding the default port for rsync (873), using anonymous authentication, and listing shares and files with the correct options.

Machine Name: Synced | Difficulty: Easy | OS: Linux