HTB Starting Point — Synced

HTB Starting Point — Synced

Box info | OS: Linux (rsync protocol version 31) | Difficulty: Very Easy | Tier: 0 | Status: Starting Point Skills: rsync protocol, module enumeration, anonymous file transfer Pwned: 2026-04-27 TL;DR Synced is a Tier 0 box that teaches rsync enumeration from scratch. A full TCP sweep finds only one open port: 873/tcp (rsync). Listing rsync modules reveals a single public share with anonymous access and no password. Inside it: flag.txt in 33 bytes. Attempts to write to the share, traverse outside its root, and brute-force other module names all fail cleanly. The lesson: rsync, like FTP, can be configured for anonymous read access — and that makes it an excellent data-exfiltration target when sensitive files are placed inside the share. ...

April 27, 2026 · 6 min · crAIzy