ctf-writeup/cursedCTF 2023/cyber cat
daffainfo 9325852d3a feat: added TSG CTF 2023 2023-11-05 15:59:14 +07:00
..
images feat: added cursedCTF 2023-04-11 07:15:08 +07:00
README.md feat: added TSG CTF 2023 2023-11-05 15:59:14 +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 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}