> For the complete documentation index, see [llms.txt](https://jedi.gitbook.io/jedi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jedi.gitbook.io/jedi/ctf-archive/wargames.my-ctf-2024/forensic-unwanted-meow-328-pts.md).

# Forensic - Unwanted Meow (328 pts)

### Description

Uh.. Oh.. Help me, I just browsing funny cats memes, when I click download cute cat picture, the file that been download seems little bit wierd. I accidently run the file making my files shredded. Ughh now I hate cat meowing at me.

Author: 4jai

Hint : We don't want meow here.

Attachment : <https://ctf2024.wargames.my/files/47c22357e2cee369c44058fa3555ffbb/flag.shredded?token=eyJ1c2VyX2lkIjo3OCwidGVhbV9pZCI6MzQsImZpbGVfaWQiOjM3fQ.Z3ERGA.v46Y6k5FfNEEyAfl0OQMdz3UXSo>

### Solution

We were given a flag.shredded file. It is a jpeg file but we cannot open it because it contains some corrupt data

<figure><img src="/files/gIae3tvhEXUNWnXhYOh6" alt=""><figcaption></figcaption></figure>

We can try to open the file with HxD and see the metadata inside of the picture

<figure><img src="/files/GQn2fgJ9FsowJawJAKSY" alt=""><figcaption></figcaption></figure>

We find that there are a lot of "meow" string inside the picture. From the clue, we know that we "don't want meow", so we can just simply erase all of the "meow" string and save it as a new picture

<figure><img src="/files/qfT3i5PCQsSdRKCj4tuS" alt=""><figcaption></figcaption></figure>

We know get this flag, and a bit of luck + trial and error, we can figure out the broken flag in the middle is suppose to be 14 (flipped from 41 like we see in the picture)

### Flag

`WGMY{4a4be40c96ac6314e91d93f38043a634}`

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jedi.gitbook.io/jedi/ctf-archive/wargames.my-ctf-2024/forensic-unwanted-meow-328-pts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
