Rating:

## Monke
We got an image of a monkey.

![monkey.png](https://traboda-arena-69.s3.amazonaws.com/files/attachments/monke_8f30fef1-3d28-4888-9655-b59b25c185b2.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6GUFVMV6HO3NYL6Z%2F20230407%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20230407T171839Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=21fdeb21109e18255ffed5e1f868be5b56648d607cda154dc3fe917898ce1633)

If we use the command 'strings' on the image, we can see at the end the string : `Z3JlcENURntyM2ozY3RfaHVtNG4xdHlfZzBfYjRja190MF9tMG5rM30K` which is base64 encoded.
Then we can use `echo 'Z3JlcENURntyM2ozY3RfaHVtNG4xdHlfZzBfYjRja190MF9tMG5rM30K' | base64 -d ` to decode the b64 string and so we get the flag :

grepCTF{r3j3ct_hum4n1ty_g0_b4ck_t0_m0nk3}