Rsync
Last updated
Source CTF and HTB Academy
Usually on port 873
Tool for locally and remotely copying files.
sudo nmap -sV -p 873 127.0.0.1
nc -nv 127.0.0.1 873 Probing for Accessible Shares
rsync -av --list-only rsync://127.0.0.1/dev
Last updated