ctf-writeup/2023/cursedCTF 2023/cyber cat
daffainfo e6c48e50f1 feat: grouped the challs 2024-01-09 16:59:32 +07:00
..
images feat: grouped the challs 2024-01-09 16:59:32 +07:00
README.md feat: grouped the challs 2024-01-09 16:59:32 +07:00
cyber_cat.png feat: grouped the challs 2024-01-09 16:59:32 +07:00

README.md

cyber cat

i've hidden a flag in this picture of my cat

About the Challenge

We were given an image (You can downlod the file here) and we need to find the flag inside that image

How to Solve?

To solve this chall, im using strings and grep. Here is the command I used

strings cyber_cat.png | grep "cursed{"

This command is using the strings command to extract human-readable strings from the file cyber_cat.png. Then, it uses the grep command to search for the string cursed{ in the output of the strings command.

flag

cursed{lmao}