> For the complete documentation index, see [llms.txt](https://dhaneshsivasamy07.gitbook.io/oscp-2022/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dhaneshsivasamy07.gitbook.io/oscp-2022/enumeration/rsync.md).

# RSync

RSYNC is a protocol for remote syncing of file and folders which is usually found in linux

## Accessing

```bash
rsync -av --list-only rsync://$ip

# copy files locally
rsync -av --list-only rsync://$ip ./rsyncontents
```

#### Machines

* Reddish - [Ippsec](https://youtube.com/watch?v=Yp4oxoQIBAM\&t=3443)
* Zetta - [Ippsec](https://youtube.com/watch?v=8XmTz3A5rUo\&t=1125)
* Unbalanced - [Ippsec](https://youtube.com/watch?v=L_FYYJPVywM\&t=580)
