# 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="<https://4219205392-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fybn4btwQnvitOl9uXz9p%2Fuploads%2FH5U0Nsd6JT8bNQvSlL1J%2FTeapot404AllCase.pdf?alt=media&token=39e6744c-1185-48f0-9c3b-c737e0773d4f>" %}

![](https://4219205392-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fybn4btwQnvitOl9uXz9p%2Fuploads%2FrQsh1YrETxbpN8qJlTkV%2Ftheiere.png?alt=media\&token=0088561b-0e1c-4647-b93e-76bce8723af0)

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>
