> 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/2023/404ctf-2023/renseignement-en-sources-ouvertes/les-osintables-1-3.md).

# Les OSINTables \[1/3]

**Catégorie:** OSINT - **Difficulté:** Facile

{% file src="/files/6lFDpKfX0rTNMvPIwczQ" %}

**Description:**

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

**Solution:**

Pour ce challenge, nous devions retrouver l'adresse de Cosette grâce à la photo d'une enveloppe envoyée par Cosette.

En regardant l'image nous voyons des information très intéressantes :&#x20;

* Le numéro : *LXXXIII* (83 en [chiffres romains](https://www.calculatrices.net/mathematiques/chiffres-romains))
* Le nom de la rue : *rue Victor Hugo*
* Le début de la ville : *VE*

Avec ces infos presque complètes, nous pouvons tenter de chercher sur [Google Maps](https://www.google.com/maps) de trouver un résultat correspondant :&#x20;

<figure><img src="/files/hORqVNmTM04B7xBP4rmz" alt="" width="343"><figcaption></figcaption></figure>

En rentrant simplement le début de l'adresse avec les 2 premières lettres de la ville, nous trouvons potentiellement 2 villes correspondantes : Vergèze ou Versailles.

Nous pouvons donc tenter les 2 en mettant en forme le flag : \
\&#xNAN;*`404CTF{83_rue_victor_hugo_vergeze}`* ou *`404CTF{83_rue_victor_hugo_versailles}`*.

Et c'est donc Vergèze qui était la bonne ville.\
(Merci l'algo de Google qui nous fait ressortir les bons résultats en premier :stuck\_out\_tongue\_closed\_eyes:)

<details>

<summary>🚩 FLAG</summary>

```
404CTF{83_rue_victor_hugo_vergeze}
```

</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:

```
GET https://writeups.ayweth20.com/2023/404ctf-2023/renseignement-en-sources-ouvertes/les-osintables-1-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
