[HTB] Synced

Chris Kim·2024년 11월 14일

1. Task

Task1
Q: What is the default port for resync?
A: 873

Task2
Q:How many TCP ports are open on the remote host?
A:1
nmap -sC -p- -T4 --min-rate 5000 10.129.24.188

Task3
Q: What is the protocol version used by rsync on the remote machine?
A: 31

Task4
Q: What is the most common command name on Linux to interact with rsync?
A: rsync

Task5
Q: What credentials do you have to pass to rsync in order to use anonymous authentication? anonymous:anonymous, anonymous, None, rsync:rsync
A:none

Task6
Q: What is the option to only list shares and files on rsync? (No need to include the leading -- characters)
A: list-only

rsync 10.129.24.188::public/flag.txt flag.txt

profile
회계+IT=???

0개의 댓글