ctf-writeup/cursedCTF 2023/cyber cat
Muhammad Daffa fd91dd3fa8 feat: added cursedCTF 2023-04-11 07:15:08 +07:00
..
images feat: added cursedCTF 2023-04-11 07:15:08 +07:00
README.md feat: added cursedCTF 2023-04-11 07:15:08 +07:00
cyber_cat.png feat: added cursedCTF 2023-04-11 07:15:08 +07:00

README.md

cyber cat

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

About the Challenge

We have been 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 that 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}