# Equipement désuet

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

**Category:** Renseignement en sources ouvertes - **Points:** 100 - **Difficulty :** Intro - **Solves :** 1331

**Description:**\
Un de nos agents a retrouvé un équipement qui a été utilisé pour communiquer des données sensibles. Mais de quoi s'agit-il ? Il faudrait trouver la date d'arrêt de cet équipement en France, pour savoir quelle piste privilégier pour la suite de l'enquête.\
Format du flag : `404CTF{jj_mm_aaaa}`

**Solution:**\
To solve this challenge you need to find the date of cessation of manufacture of the computer equipment visible on the image :\
![equipement\_desuet](https://user-images.githubusercontent.com/91023285/173608335-7eb9ef3f-4680-4716-946c-e4d2ad73fbe0.jpg)\
By searching very quickly we find that it is a **Minitel** so we can search *date of cessation of manufacture of Minitel* on internet.\
On the [Wikipedia](https://fr.wikipedia.org/wiki/Minitel) page, we can find that the manifacture was stopped in 2012 so we can search all 2012 references and find the good date.

<details>

<summary>🚩 FLAG</summary>

```
404CTF{30_06_2012}
```

</details>


---

# Agent Instructions: 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/2022/404ctf/osint/equipement-desuet.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.
