| ID: | 7416 |
|---|---|
| 标题: | [Rsync]Common |
| 描述: | https://github.com/vulhub/vulhub/tree/master/rsync/common |
| 类型: | Real |
| 网站: | BUUCTF |
| 题目链接: | https://buuoj.cn/challenges#[Rsync]Common |
| 赛事: | Rsync |
| 年度: | None |
| Flag值: | rsync -av /path/to/source /path/to/destination |
| writeup: |
https://zhuanlan.zhihu.com/p/659314811 rsync -av --exclude='*.jpg' /path/to/source/ /path/to/destination/ https://www.linux-man.cn/common/command/rsync/ |