Rating:

# split-the-red-sea (100)

## Problem

Moses used a staff to split the Red Sea. What will you use?

(Attachments: files/redsea.png)

## Solution

I can already tell that we need to split the image up into its bit levels, and specifically look at the red planes. We can do this using stegsolve.

We find it in red bit level 1.

![](https://raw.githubusercontent.com/shawnduong/ctf-writeups/master/2019-BCA/images/redsea.png)

Original writeup (https://github.com/shawnduong/ctf-writeups/blob/master/2019-BCA/forensics/split-the-red-sea.md).