Tags: misc miscellaneous 

Rating:

This challenge asked us to `ssh` using these credentials:
```
ssh [email protected] -p 30301
password: ductf
```

Which then led to this beautiful screen.

![](https://codimd.s3.shivering-isles.com/demo/uploads/upload_bbafdfec830fc4c24b557017eb4db27a.png)

The phrase "Welcome to DUCTF!" kept popping up, filling the terminal and overwriting past phrases as well. [^1]

However, if you look closely, there is a flag in some of them (you can spot them because they have the curly braces). It took a couple tries to really see the whole thing, but we got there in the end.

[^1]: Optional: the filled terminal. ![](https://codimd.s3.shivering-isles.com/demo/uploads/upload_1ce6ac896ba2b18b72c8d428fdcf2b5e.png)

**Flag**: DUCTF{w3lc0m3_t0_DUCTF_h4v3_fun!}

Original writeup (https://joyce.fyi/posts/ductf-2020/#welcome).