> 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/2025/404ctf-2025/renseignement-en-sources-ouvertes/laddition-est-salee.md).

# L'addition est salée

**Catégorie:** Renseignement en sources ouvertes - **Difficulté:** Intro

**Description:**

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

Solution:

Afin de faire ce challenge, j'ai commencé par utiliser [OverPass Turbo](https://overpass-turbo.eu/), mais j'ai trouvé ça trop complexe à utiliser pour un chall d'intro.\
Certes, cela nous donne pas mal de résultats, mais peut être pas assez en fonction des filtres.

Je suis donc parti sur la piste plus simple de Google Maps.\
Avec ça, je me suis rendu dans la zone de décollage de la fusée Ariane 6, Kourou et j'ai cherché "[Restaurants](https://www.google.com/maps/search/restaurants/@5.170785,-52.6741502,10061m/data=!3m2!1e3!4b1!4m2!2m1!6e5?entry=ttu\&g_ep=EgoyMDI1MDUyNy4wIKXMDSoASAFQAw%3D%3D)" pour voir les résultats :&#x20;

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

Notre zone de recherche se limite à une vingtaine de résultats, mais si nous prenons en compte qu'il est sur la côte, cela réduit drastiquement notre recherche.\
En commençant par le restaurant "le plus loin", [Le Créolia](https://maps.app.goo.gl/DxgiRcYMZz9su4Eo9), un [menu est disponible](https://maps.app.goo.gl/Z9kCWCdZRAQd6QxH9) dans les images :&#x20;

<figure><img src="/files/UPhi61hQYW7vWvmG49a8" alt="" width="563"><figcaption></figcaption></figure>

Nous trouvons que le mocktail le moins cher, Le Rio, est à 6,50€. Voilà donc notre réponse.

<details>

<summary>🚩FLAG</summary>

`404CTF{6,50}`

</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/2025/404ctf-2025/renseignement-en-sources-ouvertes/laddition-est-salee.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.
