> 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/en-eaux-sombres.md).

# En eaux sombres

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

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

**Description:**

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

Solution:

Pour ce challenge, le but est de retrouver une info partager sur un forum français par ce fameux *aerofan\_enjoyer*.

Nous commençons d'abord par chercher ce pseudo sur toutes les plateformes d'échanges française en ligne. Nous cherchons également sur de nombreux moteurs de recherches, mais rien de concluant, aucun site au nom d'oiseau ne ressort.

En revenant sur le titre du challenge, ça fait tilt : "En eaux sombres" peut être lié au "Dark web" et donc là il faut arriver à faire des recherches sur ce nouveau monde.

Le point d'entrée que j'ai choisi de prendre est d'aller sur WikiOnion (<http://zqktlwiuavvvqqt4ybvgvi7tyo4hjl5xgfuvpdf6otjiycgwqbym2qad.onion/wiki/Main_Page>) afin de voir s'il n'y a pas une liste de forums français directement.

Et surprise, en arrivant sur la page nous voyons toute une liste complète avec un forum au nom explicite

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

Afin de vérifier qu'il s'agit du bon forum, nous pouvons vérifier le style d'affichage du site et ça correspond parfaitement :&#x20;

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

À partir de là, on va chercher toutes les discussions sans réponses (car la recherche d'utilisateur ne fonctionne pas chez moi) et on va trouver un post (<http://frenchpoolhdakynrvuhndrdlh5lxqp5prvh457mv26ebcdnbgqyhgyd.onion/viewtopic.php?id=8721>) d'un certain *aerofan\_enjoyer* (page 3) :&#x20;

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

Et là à partir de ce post, nous trouvons les informations dont nous avons besoin :&#x20;

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

Lien Marguerite : <https://prnt.sc/H6V89hdXpPjc>

<details>

<summary>🚩FLAG</summary>

`404CTF{marguerite_hammaguir_31-04-1972}`

</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/en-eaux-sombres.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.
