Rating:

# LSBlue (516 solves, 220 points)

## Description:
Orca watching is an awesome pastime of mine!

[lsblue.png](lsblue.png)

## Solution:
Given the title of the challenge (LSBlue), we can assume that the flag will be in the LSB blue channel. To extract this, we can try zsteg first as it does this automatically.

```
pranav@pranav-VirtualBox:~/Desktop$ zsteg lsblue.png
imagedata .. text: "Uhv4BR$.

Original writeup (https://github.com/BASHing-thru-challenges/HSCTF-2021-Writeups/tree/main/misc/LSBlue).