Tags: steganography stegno stegnography stego 

Rating:

# STEM CTF Cyber Challenge 2019 – Nomination

* **Category:** Grab Bag
* **Points:** 100

## Challenge

> Surprised Pikachu is old. Let’s get this surprised cat going.

## Solution

The challenge gives you an image.

![Scaredy_Cat.png](https://github.com/m3ssap0/CTF-Writeups/raw/master/STEM%20CTF%20Cyber%20Challenge%202019/Nomination/Scaredy_Cat.png)

The flag is hidden in that image and splittend in two parts. You can read it using an image manipulation software.

Brightness and contrast to the maximum will reveal the left part.

![Scaredy_Cat-flag-left.png](https://github.com/m3ssap0/CTF-Writeups/raw/master/STEM%20CTF%20Cyber%20Challenge%202019/Nomination/Scaredy_Cat-flag-left.png)

Brightness to the minimum and contrast to the maximum will reveal the right part.

![Scaredy_Cat-flag-right.png](https://github.com/m3ssap0/CTF-Writeups/raw/master/STEM%20CTF%20Cyber%20Challenge%202019/Nomination/Scaredy_Cat-flag-right.png)

The flag is the following.

```
MCA{g1jVx4a2zcpoZx2q}
```

Original writeup (https://github.com/m3ssap0/CTF-Writeups/blob/master/STEM%20CTF%20Cyber%20Challenge%202019/Nomination/README.md).