# Colorful Code

{% file src="/files/PQnqj9Ww2lRK2NaxUTWz" %}

**Category:** Steganography - **Points:** 47 - **Solves:** 10\
**Description:** Wtf is this image

**Infos:**

> A .jpeg file is provided (wtf.jpeg)

**Hints:** *What's that in the corners?*

**Solution:**\
To solve this challenge you need to decrypt the image.\
At looking the image, you can't find the FLAG because the image is so strange but you can see that is a special QR Code...\
So to decrypt the image there is a website who can display the content FLAG after transform the image : [JAB Code](https://jabcode.org/scan/)\
So when you upload the .jpeg file in the website the FLAG is displayed automitically.\
So after consult the website you know it's a JAB Code and not a QR Code...

<details>

<summary>🚩 FLAG</summary>

```
DVC{w31rd_b4r_c0d3}
```

</details>


---

# Agent Instructions: 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://writeups.ayweth20.com/2021/dvctf-to-join-davincicode/steganography/colorful-code.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.
