# 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.
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ctf.zeyu2001.com/2021/midnight-sun-ctf/backups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
