Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 775 Bytes

File metadata and controls

31 lines (17 loc) · 775 Bytes

Chall Desc : Animal Cruelty

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

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