> 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/la-ville-en-rose.md).

# La ville en rose

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

**Description:**

<figure><img src="/files/6X7j5uTmNWxLJmf0CMm0" alt=""><figcaption></figcaption></figure>

Solution:

Pour ce challenge (qui a été enlevé puis remis une seconde fois), il fallait retrouver la trace de Thomas Pesquet il y a plusieurs années lors d'un évènement à Toulouse (référence à la ville rose).

Avec des grand talents de chercheurs, voici une recherche très poussée sur Google :&#x20;

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

Nous trouvons rapidement des photos se rapportant à cet évènement.\
Maintenant il faut trouver la date et l'heure approximative de ce selfie. Grâce à un article de [France Bleu](https://www.francebleu.fr/infos/sante-sciences/thomas-pesquet-rencontre-ses-fans-a-la-cite-de-l-espace-de-toulouse-1654271466), écrit le 3 juin 2022, nous trouvons la date ainsi que la plage horaire pendant laquelle il a échangé avec le public :&#x20;

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

Étant donné que nous pouvions donner une réponse à 30 minutes près, une horaire convenable était 18h00.\
Avec ces infos, nous avons donc trouvé la date approximative de la photo : le 3 juin 2022 à 18h00.

<details>

<summary>🚩FLAG</summary>

`404CTF{03_06_2022_18h00}`

</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/la-ville-en-rose.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.
