> For the complete documentation index, see [llms.txt](https://ctf.zeyu2001.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ctf.zeyu2001.com/2021/midnight-sun-ctf/backups.md).

# Backups

## Problem

The backup of the home directories might contain too much information.

{% file src="/files/-MYANrSf3xgmepNK8SUk" %}

## Bob

Factordb attack worked.

`backup ~/Tools/RsaCtfTool/RsaCtfTool.py --publickey bob/.ssh/authorized_keys --private`

![](/files/-MYANNsJrc0kodLX8gdo)

```bash
$ chmod 600 .ssh/id_rsa
$ ssh -p2222 -i .ssh/id_rsa bob@backup-01.play.midnightsunctf.se
midnight{Turn_electricity_t0_h347}
```

## Alice

Same thing for the first key, alice\@work.

![](/files/-MYANTVEWbkIZQtSd9d5)

```bash
$ chmod 600 .ssh/id_rsa
$ ssh -p2222 -i .ssh/id_rsa alice@backup-01.play.midnightsunctf.se
midnight{factorization_for_the_Win}
Connection to backup-01.play.midnightsunctf.se closed.
```
