> 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>
