> 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/un-peu-de-vacances.md).

# Un peu de vacances

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

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

**Description:**

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

Solution:

Pour ce challenge, nous avions simplement un audio provenant d'une personne disant qu'elle était en Guyane et qu'elle venait de visiter la base de Kourou.

Cependant il ne fallait pas retrouver où cette personne était, mais comment nous pouvions le savoir.\
Pour ce faire, il y avait plusieurs infos intéressantes à prendre en compte :&#x20;

* Le bruit des feuilles qui craquent sous ses pieds
* Le cris d'oiseaux en arrière plan
* Le fait qu'il est visité "l'usine, des pièces et les étages de la fusée"

Bon donc ces pistes sont intéressantes, mais la seule réellement exploitable et intéressante est celle des oiseaux.

N'étant pas ornithologue, j'ai cherché une appli qui pourrait nous aider à reconnaitre le son émis par un oiseau, et ça existe : [BirdNET](https://www.conservatoiredufreinet.org/ressources/birdnet-une-appli-qui-reconnait-les-chants-des-oiseaux/) ([lien vers le Play Store](https://play.google.com/store/apps/details?id=de.tu_chemnitz.mi.kahst.birdnet\&hl=fr)).\
En ouvrant cette application, on nous invite à faire un enregistrement.

Nous allons donc jouer la partie de l'oiseau pendant l'application enregistre et voici les résultats :&#x20;

<figure><img src="/files/3cZoY7W9Fno3P1BWhzjS" alt="" width="375"><figcaption></figcaption></figure>

*Désactiver la position aide fortement à améliorer les résultats, car il cherche également en fonction de votre position (un peu con quand on habite en région parisienne* ��*).*

Maintenant que nous avons cette info, nous pouvons vérifier sur Google et le "[Lamprospize noir et blanc](https://www.oiseaux.net/photos/sylvain.uriot/tangara.noir.et.blanc.2.html#monde)" ou "[Tangara noir et blanc](https://www.oiseaux.net/photos/sylvain.uriot/tangara.noir.et.blanc.2.html#monde)" est bien présent en Guyane.

Nous avons donc validé ce challenge grâce à cette application surprenante.

<details>

<summary>🚩FLAG</summary>

`404CTF{tangara_noir_et_blanc}`

</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/un-peu-de-vacances.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.
