Rating:
## [See original writeup on site](https://barelycompetent.dev/post/ctfs/2021-04-11-ritsecctf/#inceptionctf-dream-4)
### InceptionCTF: Dream 4
> Note: This challenge builds off of InceptionCTF: Dream 3
>
> Don’t lose yourself within the dreams, it’s critical to have your totem. Take a close look at the facts of the file presented to you. Please note the flag is marked with an “RITSEC=” rather than {} due to encoding limitations.
>
> Author: Brandon Martin
As this challenge plays off the previous [Inception level 3 challenge](#inception-ctf-dream-3), you should read up on that first, as it got us to this point.
From the file that was used in Inception: Dream 3, we have the following Morse Code text:
```
-.. .-. . .- -- ...
..-. . . .-..
.-. . .- .-..
.-- .... . -.
.-- . .----. .-. .
.. -.
- .... . -- .-.-.-
.. - .----. ...
--- -. .-.. -.--
.-- .... . -.
.-- .
.-- .- -.- .
..- .--.
- .... .- -
.-- .
.-. . .- .-.. .. --.. .
... --- -- . - .... .. -. --.
.-- .- ...
.- -.-. - ..- .- .-.. .-.. -.--
... - .-. .- -. --. . .-.-.-
.-. .. - ... . -.-. -...- -.. .. ...- . .-. ... .. --- -.
```
```
DREAMS FEEL REAL WHEN WE'RE IN THEM. IT'S ONLY WHEN WE WAKE UP THAT WE REALIZE SOMETHING WAS ACTUALLY STRANGE. RITSEC=DIVERSION
```
Testing it out, `DIVERSION` unlocks the next levels `Limbo.7z`.
After contacting the author, the submission flag format _is not RITSEC=DIVERSION_, rather `RITSEC{...}`.
Flag is `RITSEC{DIVERSION}`.