> For the complete documentation index, see [llms.txt](https://writeups.ayweth20.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://writeups.ayweth20.com/2022/404ctf/misc/je-suis-une-theiere.md).

# Je suis une théière

**Category:** Divers - **Points:** 899 - \*\*Difficulty : \*\* Facile - \*\*Solves : \*\* 336

**Description:**\
Le travail que vous avez fourni jusqu'à maintenant est remarquable, surtout pour une nouvelle recrue ! Une pause café ne vous ferait pas de mal. Je ne vous propose pas de thé : j'ai égaré ma théière par erreur sur un site web... Si jamais vous la retrouvez, faites-moi chauffer de l'eau et je vous récompenserai, foi de CSS117 !\
Format du flag : `404CTF{chaîne de caractères trouvée en leet}`

> Attention, [https://ctf.404ctf.fr](https://ctf.404ctf.fr/) ne fait PAS partie de la zone de jeu sur laquelle vous pouvez utiliser des méthodes offensives.
>
> Le site [https://css117.fr](https://css117.fr/) n'a rien à voir avec le 404CTF

**Solution:**\
To solve this challenge, you need to find the good way to finish the maze. Here it's just a matter of patience and reflection.\
But I found an other method which worked perfectly 👀\
To do that I use a smartphone or Chrome in mobile mod and with this method, I can start the maze at any place I want.\
With this cheat, I can see all possibilities and with that, I made a PDF with all these possibilities and find the way very quickly (by starting from the end).

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

![](/files/ttkl80dmrmDh46XvwoGt)

The final code is : `NDE4X0FfbTR6ZV9pbmdfVGU0UDB0`. So now we need to decipher them to find the flag.\
That simply a Base64 encoded text so with this [website](https://www.base64decode.net/), the flag is directly find.

<details>

<summary>🚩 FLAG</summary>

```
404CTF{418_A_m4ze_ing_Te4P0t} 
```

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://writeups.ayweth20.com/2022/404ctf/misc/je-suis-une-theiere.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
