Tags: steganography
Rating: 2.0
### Problem
yeah steganography challenges are the worst... that's why we got only ~~one ~~ two steganography challenges .
Hint: It scripting because we need a python library to solve the challenge, one that is made in japan.
### Solution
In this challenge we are given a link to an image file.
The hint and some google-fu led to a python library [steganography](https://pypi.python.org/pypi/steganography/0.1.1).
After a quick install using pip, decoding the given image revealed the flag.
ALEXCTF{CATS_HIDE_SECRETS_DONT_THEY}