Rating:
### Chall Desc : Animal Cruelty
```py
These animals were trapped inside a picture! Can you name all of them in order to help them out?
What is the flag?!
Flag format: IGE{XXXXXXXXXXXX}
Credit: Christoph T.
```
---
Soln :
![animal_challenge](https://user-images.githubusercontent.com/95117634/188320646-4a7f7244-6563-4e2b-832e-6f458c9e77af.png)
We are given an image with animals. Using reverse image search, we don't get any relevant ciphers or info regarding crypto challenges.
Using intution and after some observation, I figured out it is using the first letter of each animal's name as a character.
Examples : tiger becomes t, snake becomes s, eagle becomes e etc.
Deciphering the code, we get : saveemallpls
#### THE FLAG : IGE{saveemallpls}
---
Thank you