Rating: 4.5

# MESSAGE_FROM_SPACE
```
I received a message from space

Beam me up scottie1!
```

- File : [recording.wav](https://github.com/Pynard/writeups/raw/main/2020/BRIXEL/attachements/message_from_space/recording.wav)

The recording is a sstv picture :
[Slow-scan television](https://en.wikipedia.org/wiki/Slow-scan_television)

we can decode it with **qsstv** by following this [tuto](https://ourcodeworld.com/articles/read/956/how-to-convert-decode-a-slow-scan-television-transmissions-sstv-audio-file-to-images-using-qsstv-in-ubuntu-18-04)

Result :

![msg.png](https://github.com/Pynard/writeups/raw/main/2020/BRIXEL/attachements/message_from_space/msg.png "msg.png")

flag : `brixelCTF{SP4C3L4B}`

Original writeup (https://github.com/Pynard/writeups/blob/main/2020/BRIXEL/challenges/message_from_space.md).