Port enumeration

With nmap I can only see a rsync service in port 873. 07be9a78e62e8cd84c3c17eb0d7b1e35.png

Rsync enumeration

First, I will list the public files.

rsync --list-only 10.129.228.37::public

e6b8a2411ca659ccb5ec0774022e5617.png And I download the file in my machine.

rsync 10.129.228.37::public/flag.txt flag.txt

a0cff882ca3c6f99b61f74dace7ff5bd.png