HackTheBox Starting Point Tier 0 Synced

Video Walkthrough

Writeup

nmap <IP> -sC -sV
Nmap scan showing open port 873 (rsync)
Rsync nmap scan results
rsync src rsync://None@<IP>
Listing rsync shares
Rsync list shares output
rsync -a rsync://None@<IP>:/public ./ && ls
Syncing public share
Rsync synced public directory

Tasks

  1. 873
  2. 1
  3. 31
  4. rsync
  5. None
  6. list-only